diff --git a/src/composables/useWorkflowActionsMenu.ts b/src/composables/useWorkflowActionsMenu.ts index f48122e6c4..b4e186eacc 100644 --- a/src/composables/useWorkflowActionsMenu.ts +++ b/src/composables/useWorkflowActionsMenu.ts @@ -189,11 +189,10 @@ export function useWorkflowActionsMenu( addItem({ id: 'share', - label: t('menuLabels.Share'), + label: t('breadcrumbsMenu.share'), icon: 'icon-[comfy--send]', command: async () => {}, - disabled: true, - visible: isRoot + visible: false }) addItem({ diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 0bd6475cf7..3cdf0e0a67 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2604,7 +2604,8 @@ "deleteWorkflow": "Delete Workflow", "deleteBlueprint": "Delete Blueprint", "enterNewName": "Enter new name", - "missingNodesWarning": "Workflow contains unsupported nodes (highlighted red)." + "missingNodesWarning": "Workflow contains unsupported nodes (highlighted red).", + "share": "Share" }, "shortcuts": { "shortcuts": "Shortcuts",