diff --git a/src/hooks/appCommandDispatcher.ts b/src/hooks/appCommandDispatcher.ts index fc3c50a7..bf4f7260 100644 --- a/src/hooks/appCommandDispatcher.ts +++ b/src/hooks/appCommandDispatcher.ts @@ -287,4 +287,6 @@ export function dispatchAppCommand(id: AppCommandId, handlers: AppCommandHandler handlers.onRepairVault?.() return true } + + return false }