mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
#58 made dialogs as routes
This commit is contained in:
parent
d9af895558
commit
4dc8bea040
21 changed files with 230 additions and 172 deletions
|
@ -27,5 +27,5 @@ export const MODAL_ACTIONS = {
|
|||
|
||||
export interface IDialogProps {
|
||||
onRequestClose: () => void;
|
||||
onDialogChange: (dialog: ValueOf<typeof DIALOGS>) => void;
|
||||
onDialogChange?: (dialog: ValueOf<typeof DIALOGS>) => void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue