mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Swap Activate/Deactivate texts in FloatingToolbar (#12526)
This commit is contained in:
@@ -24,7 +24,7 @@ const { isExecuting } = useCanvas();
|
|||||||
const { isDisabled, render } = useCanvasNode();
|
const { isDisabled, render } = useCanvasNode();
|
||||||
|
|
||||||
const nodeDisabledTitle = computed(() => {
|
const nodeDisabledTitle = computed(() => {
|
||||||
return isDisabled.value ? i18n.baseText('node.disable') : i18n.baseText('node.enable');
|
return isDisabled.value ? i18n.baseText('node.enable') : i18n.baseText('node.disable');
|
||||||
});
|
});
|
||||||
|
|
||||||
const isStickyColorSelectorOpen = ref(false);
|
const isStickyColorSelectorOpen = ref(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user