mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892)
This commit is contained in:
@@ -111,7 +111,7 @@ const isNewWorkflow = computed(() => {
|
||||
});
|
||||
|
||||
const isWorkflowSaving = computed(() => {
|
||||
return uiStore.isActionActive('workflowSaving');
|
||||
return uiStore.isActionActive['workflowSaving'];
|
||||
});
|
||||
|
||||
const onWorkflowPage = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user