Skip to content

Commit 709a7a2

Browse files
committed
fix(form): validate table question every time the modal is closed
1 parent 3499615 commit 709a7a2

File tree

1 file changed

+2
-0
lines changed
  • packages/form/addon/components/cf-field/input

1 file changed

+2
-0
lines changed

Diff for: packages/form/addon/components/cf-field/input/table.js

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ export default class CfFieldInputTableComponent extends Component {
126126
this.documentToEditIsNew = false;
127127
}
128128

129+
yield this.args.field.validate.perform();
130+
129131
this.showAddModal = false;
130132
this.documentToEdit = null;
131133
}

0 commit comments

Comments
 (0)