@salesgenterp/ui-components 0.4.216 → 0.4.217
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8248,7 +8248,9 @@ var ContactUsForm = function ContactUsForm(_ref) {
|
|
|
8248
8248
|
return Promise.resolve(API$1({
|
|
8249
8249
|
method: 'POST',
|
|
8250
8250
|
url: "/services/email/customer/contact-us",
|
|
8251
|
-
body: _extends({}, formData,
|
|
8251
|
+
body: _extends({}, formData, {
|
|
8252
|
+
logoUrl: logoUrl
|
|
8253
|
+
}),
|
|
8252
8254
|
errorMessage: 'Error in contact us form.',
|
|
8253
8255
|
successMessage: 'Your message is sent successfully. We will contact you soon.'
|
|
8254
8256
|
})).then(function () {
|