mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Oops
This commit is contained in:
@@ -127,7 +127,6 @@ export function WorkspaceEncryptionSetting(
|
||||
onClick={async () => {
|
||||
setError(null);
|
||||
try {
|
||||
throw new Error("Platform secure storage error");
|
||||
await enableEncryption(workspaceMeta.workspaceId);
|
||||
setJustEnabledEncryption(true);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user