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

@@ -805,7 +805,6 @@ export interface IN8nUISettings {
deployment?: {
type: string;
};
isWorkflowSharingEnabled: boolean;
}
export interface IWorkflowSettings extends IWorkflowSettingsWorkflow {