mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
add ResultDialog
This commit is contained in:
@@ -43,6 +43,7 @@ import {VaultDialog} from '../VaultDialog';
|
||||
import {TEMPLATE_DELETE, TEMPLATE_PERMANANT_DELETE} from './Templates';
|
||||
import {hexToRGBA} from "../../utils/ColorUtils";
|
||||
import {DDS} from "../../services/DeviceDetection";
|
||||
import ResultDialog from '../ResultDialog';
|
||||
|
||||
export class DialogManager extends Component {
|
||||
constructor(props) {
|
||||
@@ -376,6 +377,8 @@ export class DialogManager extends Component {
|
||||
<ProgressDialog />
|
||||
|
||||
<RestoreDialog/>
|
||||
|
||||
<ResultDialog/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user