@salesgenterp/ui-components 0.4.425 → 0.4.426

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 CHANGED
@@ -9491,7 +9491,8 @@ var APIStaticPage = function APIStaticPage(_ref) {
9491
9491
  alias = _ref.alias,
9492
9492
  extra = _ref.extra,
9493
9493
  pageData = _ref.pageData,
9494
- hideRouteBar = _ref.hideRouteBar;
9494
+ hideRouteBar = _ref.hideRouteBar,
9495
+ hideNotFound = _ref.hideNotFound;
9495
9496
  serviceApiEndPoint = serviceApiEndPoint || (apiEndPoint === null || apiEndPoint === void 0 ? void 0 : apiEndPoint.replace('/api', '/services/pdf'));
9496
9497
  var _useState = React.useState(false),
9497
9498
  contactUsForm = _useState[0],
@@ -9665,7 +9666,7 @@ var APIStaticPage = function APIStaticPage(_ref) {
9665
9666
  apiEndPoint: apiEndPoint,
9666
9667
  serviceApiEndPoint: serviceApiEndPoint,
9667
9668
  logoUrl: logoUrl
9668
- }))))) : /*#__PURE__*/React__default.createElement("p", {
9669
+ }))))) : !hideNotFound && /*#__PURE__*/React__default.createElement("p", {
9669
9670
  style: {
9670
9671
  fontSize: '2rem',
9671
9672
  textAlign: 'center',