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 () => { onClick={async () => {
setError(null); setError(null);
try { try {
throw new Error("Platform secure storage error");
await enableEncryption(workspaceMeta.workspaceId); await enableEncryption(workspaceMeta.workspaceId);
setJustEnabledEncryption(true); setJustEnabledEncryption(true);
} catch (err) { } catch (err) {