@bigbinary/neeto-themes-frontend 1.1.11 → 1.1.12

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.cjs.js CHANGED
@@ -581,7 +581,7 @@ var useUpdateTheme = function useUpdateTheme(themeId) {
581
581
  };
582
582
  var useDeleteTheme = function useDeleteTheme() {
583
583
  return reactUtils.useMutationWithInvalidation(themesApi.destroy, {
584
- keysToInvalidate: [QUERY_KEYS$1.THEMES_LIST]
584
+ keysToInvalidate: [QUERY_KEYS$1.THEMES_LIST, QUERY_KEYS$1.THEME_ENTITY_DETAILS]
585
585
  });
586
586
  };
587
587
  var useCloneTheme = function useCloneTheme() {