File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -348,11 +348,11 @@ export class SettingStore {
348
348
res ?. [ 'odc.features.task.data-archive.enabled' ] === 'true' && ! isClient ( ) ;
349
349
this . enableDataClear = res ?. [ 'odc.features.task.data-delete.enabled' ] === 'true' && ! isClient ( ) ;
350
350
this . enableApplyDBAuth =
351
- res ?. [ 'odc.features.task.apply-db-auth.enabled ' ] === 'true' && ! isPrivateSpace ;
351
+ res ?. [ 'odc.features.task.apply-database-permission.enabledd ' ] === 'true' && ! isPrivateSpace ;
352
352
this . enableApplyProjectAuth =
353
- res ?. [ 'odc.features.task.apply-project-auth .enabled' ] === 'true' && ! isPrivateSpace ;
353
+ res ?. [ 'odc.features.task.apply-project-permission .enabled' ] === 'true' && ! isPrivateSpace ;
354
354
this . enableApplyTableAuth =
355
- res ?. [ 'odc.features.task.apply-table-auth .enabled' ] === 'true' && ! isPrivateSpace ;
355
+ res ?. [ 'odc.features.task.apply-table-permission .enabled' ] === 'true' && ! isPrivateSpace ;
356
356
}
357
357
358
358
@action
You can’t perform that action at this time.
0 commit comments