@salesgenterp/ui-components 0.4.380 → 0.4.381
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1080,6 +1080,7 @@ var APIStaticPage = function APIStaticPage(_ref) {
|
|
|
1080
1080
|
_response3 = pageData;
|
|
1081
1081
|
}
|
|
1082
1082
|
setStaticPage(_response3);
|
|
1083
|
+
setContactUsForm(false);
|
|
1083
1084
|
var _temp = function (_response, _response$title, _response2, _response2$urlAlias) {
|
|
1084
1085
|
if (((_response = _response3) === null || _response === void 0 ? void 0 : (_response$title = _response.title) === null || _response$title === void 0 ? void 0 : _response$title.toLowerCase()) === 'contact us' || ((_response2 = _response3) === null || _response2 === void 0 ? void 0 : (_response2$urlAlias = _response2.urlAlias) === null || _response2$urlAlias === void 0 ? void 0 : _response2$urlAlias.toLowerCase()) === 'contact-us') {
|
|
1085
1086
|
return Promise.resolve(API({
|