feat(editor): Rename debugging tab to fromai (#16017)

This commit is contained in:
Nikhil Kuriakose
2025-06-05 08:35:53 +02:00
committed by GitHub
parent 63cf9afe65
commit bc44baa736
3 changed files with 3 additions and 3 deletions

View File

@@ -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();

View File

@@ -58,7 +58,7 @@ exports[`InputPanel > should render 1`] = `
data-test-id="radio-button-debugging"
>
Debugging
From AI
</div>
</label>