@salesgenterp/ui-components 0.4.438 → 0.4.439
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/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9627,7 +9627,12 @@ var ContactUsForm = function ContactUsForm(_ref) {
|
|
|
9627
9627
|
errorMessage: 'Error in contact us form.',
|
|
9628
9628
|
successMessage: 'Your message is sent successfully. We will contact you soon.'
|
|
9629
9629
|
})).then(function () {
|
|
9630
|
-
reset(
|
|
9630
|
+
reset({
|
|
9631
|
+
name: '',
|
|
9632
|
+
email: '',
|
|
9633
|
+
phone: '',
|
|
9634
|
+
message: ''
|
|
9635
|
+
});
|
|
9631
9636
|
});
|
|
9632
9637
|
}, function () {});
|
|
9633
9638
|
return _temp && _temp.then ? _temp.then(_temp2) : _temp2(_temp);
|