mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
feat(editor): Cleanup unused keymap functions and add additional onSave events in new canvas (no-changelog) (#10106)
This commit is contained in:
@@ -116,7 +116,7 @@ const isNewWorkflow = computed(() => {
|
||||
});
|
||||
|
||||
const isWorkflowSaving = computed(() => {
|
||||
return uiStore.isActionActive['workflowSaving'];
|
||||
return uiStore.isActionActive.workflowSaving;
|
||||
});
|
||||
|
||||
const onWorkflowPage = computed(() => {
|
||||
@@ -710,6 +710,7 @@ function showCreateWorkflowSuccessToast(id?: string) {
|
||||
type="primary"
|
||||
:saved="!uiStore.stateIsDirty && !isNewWorkflow"
|
||||
:disabled="isWorkflowSaving || readOnly"
|
||||
:is-saving="isWorkflowSaving"
|
||||
with-shortcut
|
||||
:shortcut-tooltip="$locale.baseText('saveWorkflowButton.hint')"
|
||||
data-test-id="workflow-save-button"
|
||||
|
||||
Reference in New Issue
Block a user