1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

removed PhotoSwipeStore

This commit is contained in:
Fedor Katurov 2022-01-07 20:37:49 +07:00
parent 224c27b6f4
commit 82308d2a91
15 changed files with 90 additions and 84 deletions

View file

@ -58,7 +58,7 @@ const LoginDialogUnconnected: FC<IProps> = ({
const onRestoreRequest = useCallback(
event => {
event.preventDefault();
showRestoreDialog();
showRestoreDialog({});
},
[showRestoreDialog]
);