polish: use 'step' instead of 'node' in procedural editor validation hints

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-03-12 23:27:44 -04:00
parent 45fb468db3
commit 83b13fcd26
2 changed files with 5 additions and 3 deletions

View File

@@ -409,6 +409,7 @@ export function ProceduralEditorPage() {
onSelectNode={handleSelectStep}
onFixWithAI={handleFixWithAI}
isFixing={isFixing}
itemLabel="step"
/>
</div>
)}