@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.
@@ -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
- return setIsAlertOpen(false);
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 enableManagePane(null);
2238
+ return setIsPaneOpen(true);
2238
2239
  }
2239
2240
  }
2240
2241
  })))), /*#__PURE__*/React__default.createElement(Manage, {