mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
fix: field descriptions display issue in workflow (#6680)
This commit is contained in:
parent
f1c9a14e6c
commit
cb518dd162
@ -89,7 +89,7 @@ export const FormItem: any = withDynamicSchemaProps(
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
t(field.description, { ns: NAMESPACE_UI_SCHEMA })
|
field.description
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}, [field.description]);
|
}, [field.description]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user