fix: Update permission for showing workflow caller policy (#4916)

* fix: Update permission for showing workflow caller polic

* fix: remove unused store setting
This commit is contained in:
Alex Grozav
2022-12-14 15:42:21 +02:00
committed by GitHub
parent 990d13d366
commit f73267ffa5
4 changed files with 54 additions and 58 deletions

View File

@@ -127,9 +127,6 @@ export const useSettingsStore = defineStore(STORES.SETTINGS, {
isQueueModeEnabled(): boolean {
return this.settings.executionMode === 'queue';
},
isWorkflowSharingEnabled(): boolean {
return this.settings.isWorkflowSharingEnabled;
},
workflowCallerPolicyDefaultOption(): WorkflowCallerPolicyDefaultOption {
return this.settings.workflowCallerPolicyDefaultOption;
},