Feat: Change the corresponding prompt word according to the value of fieldName #9869 (#10291)

### What problem does this PR solve?

Feat: Change the corresponding prompt word according to the value of
fieldName #9869
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-25 19:53:37 +08:00
committed by GitHub
parent c1151519a0
commit abe7132630
7 changed files with 157 additions and 14 deletions

View File

@ -116,7 +116,7 @@ function ParserItem({ name, index, fieldLength, remove }: ParserItemProps) {
>
<div className="flex justify-between items-center">
<span className="text-text-primary text-sm font-medium">
Parser {index}
Parser {index + 1}
</span>
{index > 0 && (
<Button variant={'ghost'} onClick={() => remove(index)} ref={ref}>