mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(editor): Rename debugging tab to fromai (#16017)
This commit is contained in:
@@ -83,7 +83,7 @@ const draggableHintShown = ref(false);
|
||||
const mappedNode = ref<string | null>(null);
|
||||
const inputModes = [
|
||||
{ value: 'mapping', label: i18n.baseText('ndv.input.mapping') },
|
||||
{ value: 'debugging', label: i18n.baseText('ndv.input.debugging') },
|
||||
{ value: 'debugging', label: i18n.baseText('ndv.input.fromAI') },
|
||||
];
|
||||
|
||||
const nodeTypesStore = useNodeTypesStore();
|
||||
|
||||
Reference in New Issue
Block a user