fix: tts show error message

This commit is contained in:
jialin
2024-11-29 17:03:46 +08:00
parent 4cfe41ca9e
commit d1a80e1a64
6 changed files with 64 additions and 20 deletions
@@ -360,7 +360,12 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
const formValues = form.current?.form?.getFieldsValue();
return ImageAdvancedParamsConfig.map((item: ParamsSchema) => {
return (
<Form.Item name={item.name} rules={item.rules} key={item.name}>
<Form.Item
name={item.name}
rules={item.rules}
key={item.name}
noStyle={item.name === 'random_seed'}
>
<FieldComponent
disabled={
item.disabledConfig