Reset attributes field

main
Boris Sekachev 5 years ago
parent 5ed4b702ed
commit 94dda5a7c5

@ -74,6 +74,7 @@ export default class LabelForm extends React.Component<Props> {
if (this.formRef.current) { if (this.formRef.current) {
this.formRef.current.resetFields(); this.formRef.current.resetFields();
this.formRef.current.setFieldsValue({ attributes: [] });
} }
if (!this.continueAfterSubmit) { if (!this.continueAfterSubmit) {

Loading…
Cancel
Save