@messaia/cdk 13.3.6 → 13.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2020/messaia-cdk.mjs
CHANGED
|
@@ -6681,7 +6681,7 @@ class GenericFormBaseComponent extends BaseComponent {
|
|
|
6681
6681
|
*/
|
|
6682
6682
|
save(action = SaveAction.SaveAndClose, form = null) {
|
|
6683
6683
|
/* Validate the form */
|
|
6684
|
-
this.validateForm();
|
|
6684
|
+
this.validateForm(form);
|
|
6685
6685
|
/* Check if the form is valid */
|
|
6686
6686
|
form = this.form || form;
|
|
6687
6687
|
if (form && !this.isFormValid(form)) {
|