@bigbinary/neeto-molecules 1.0.56 → 1.0.58
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/BrowserSupport.cjs.js +135 -127
- package/dist/BrowserSupport.cjs.js.map +1 -1
- package/dist/BrowserSupport.js +137 -129
- package/dist/BrowserSupport.js.map +1 -1
- package/dist/CustomDomainDashboard.cjs.js +3 -2
- package/dist/CustomDomainDashboard.cjs.js.map +1 -1
- package/dist/CustomDomainDashboard.js +3 -2
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/package.json +1 -1
|
@@ -2173,7 +2173,8 @@ var CustomDomainDashboard = function CustomDomainDashboard(_ref) {
|
|
|
2173
2173
|
isLoading = _useFetchCustomDomain.isLoading;
|
|
2174
2174
|
var _useDeleteCustomDomai = useDeleteCustomDomain(url, {
|
|
2175
2175
|
onSettled: function onSettled() {
|
|
2176
|
-
|
|
2176
|
+
setIsAlertOpen(false);
|
|
2177
|
+
setCustomDomain({});
|
|
2177
2178
|
}
|
|
2178
2179
|
}),
|
|
2179
2180
|
deleteCustomDomain = _useDeleteCustomDomai.mutate,
|
|
@@ -2234,7 +2235,7 @@ var CustomDomainDashboard = function CustomDomainDashboard(_ref) {
|
|
|
2234
2235
|
primaryButtonProps: {
|
|
2235
2236
|
label: t("neetoMolecules.customDomain.addNew"),
|
|
2236
2237
|
onClick: function onClick() {
|
|
2237
|
-
return
|
|
2238
|
+
return setIsPaneOpen(true);
|
|
2238
2239
|
}
|
|
2239
2240
|
}
|
|
2240
2241
|
})))), /*#__PURE__*/React__default.createElement(Manage, {
|