This commit is contained in:
Gregory Schier
2025-11-03 15:05:50 -08:00
parent 4dae1a7955
commit 81ceb981e8

View File

@@ -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) {