@bigbinary/neeto-molecules 1.0.56 → 1.0.57
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.
|
@@ -2200,7 +2200,8 @@ var CustomDomainDashboard = function CustomDomainDashboard(_ref) {
|
|
|
2200
2200
|
isLoading = _useFetchCustomDomain.isLoading;
|
|
2201
2201
|
var _useDeleteCustomDomai = useDeleteCustomDomain(url, {
|
|
2202
2202
|
onSettled: function onSettled() {
|
|
2203
|
-
|
|
2203
|
+
setIsAlertOpen(false);
|
|
2204
|
+
setCustomDomain({});
|
|
2204
2205
|
}
|
|
2205
2206
|
}),
|
|
2206
2207
|
deleteCustomDomain = _useDeleteCustomDomai.mutate,
|
|
@@ -2261,7 +2262,7 @@ var CustomDomainDashboard = function CustomDomainDashboard(_ref) {
|
|
|
2261
2262
|
primaryButtonProps: {
|
|
2262
2263
|
label: t("neetoMolecules.customDomain.addNew"),
|
|
2263
2264
|
onClick: function onClick() {
|
|
2264
|
-
return
|
|
2265
|
+
return setIsPaneOpen(true);
|
|
2265
2266
|
}
|
|
2266
2267
|
}
|
|
2267
2268
|
})))), /*#__PURE__*/React__default["default"].createElement(Manage, {
|