add JumpToDialog

This commit is contained in:
ammarahm-ed
2020-11-04 15:06:06 +05:00
parent f836214f79
commit 618e00f02c
8 changed files with 593 additions and 398 deletions

View File

@@ -44,7 +44,8 @@ import {TEMPLATE_DELETE, TEMPLATE_PERMANANT_DELETE} from './Templates';
import {hexToRGBA} from "../../utils/ColorUtils";
import {DDS} from "../../services/DeviceDetection";
import ResultDialog from '../ResultDialog';
import Index from "../SortDialog";
import SortDialog from "../SortDialog";
import JumpToDialog from '../JumpToDialog';
export class DialogManager extends Component {
constructor(props) {
@@ -369,7 +370,8 @@ export class DialogManager extends Component {
<ResultDialog/>
<VaultDialog colors={colors} />
<MoveNoteDialog colors={colors} />
<Index colors={colors} />
<SortDialog colors={colors} />
<JumpToDialog/>
</>
);