fix(web): fix error notify when tagInput component is not required (#… (#24774)

This commit is contained in:
zyileven 2025-08-29 15:30:40 +08:00 committed by GitHub
commit bcac43c812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -236,6 +236,7 @@ const ParameterItem: FC<ParameterItemProps> = ({
onChange={handleTagChange}
customizedConfirmKey='Tab'
isInWorkflow={isInWorkflow}
required={parameterRule.required}
/>
</div>
)