Skip to content

Commit

Permalink
fix: fix duplicated error message for multiple texts input of pipelin…
Browse files Browse the repository at this point in the history
…e trigger form (#1620)

Because

- Pipeline trigger form field for multiple text input like TestAreas,
TextFields will have duplicated error message

This commit

- fix duplicated error message for multiple texts input of pipeline
trigger form
  • Loading branch information
EiffelFly authored Nov 27, 2024
1 parent 51e76ff commit fbbd708
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export const TextareasField = ({
className="nodrag nopan cursor-text select-text !text-xs"
text={description}
/>
<Form.Message />
</Form.Item>
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export const TextsField = ({
className="nodrag nopan cursor-text select-text !text-xs"
text={description}
/>
<Form.Message />
</Form.Item>
);
}}
Expand Down

0 comments on commit fbbd708

Please sign in to comment.