Skip to content

Commit 681b6d4

Browse files
committed
fix: set correct id
1 parent 81c2fc5 commit 681b6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/setting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export class SettingStore {
348348
res?.['odc.features.task.data-archive.enabled'] === 'true' && !isClient();
349349
this.enableDataClear = res?.['odc.features.task.data-delete.enabled'] === 'true' && !isClient();
350350
this.enableApplyDBAuth =
351-
res?.['odc.features.task.apply-database-permission.enabledd'] === 'true' && !isPrivateSpace;
351+
res?.['odc.features.task.apply-database-permission.enabled'] === 'true' && !isPrivateSpace;
352352
this.enableApplyProjectAuth =
353353
res?.['odc.features.task.apply-project-permission.enabled'] === 'true' && !isPrivateSpace;
354354
this.enableApplyTableAuth =

0 commit comments

Comments
 (0)