fix(web): fix error notify when tagInput component is not required (#… (#24774)
This commit is contained in:
parent
929d9e0b3f
commit
bcac43c812
2 changed files with 6 additions and 2 deletions
|
|
@ -236,6 +236,7 @@ const ParameterItem: FC<ParameterItemProps> = ({
|
|||
onChange={handleTagChange}
|
||||
customizedConfirmKey='Tab'
|
||||
isInWorkflow={isInWorkflow}
|
||||
required={parameterRule.required}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue