@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.js CHANGED
@@ -549,7 +549,7 @@ var useUpdateTheme = function useUpdateTheme(themeId) {
549
549
  };
550
550
  var useDeleteTheme = function useDeleteTheme() {
551
551
  return useMutationWithInvalidation(themesApi.destroy, {
552
- keysToInvalidate: [QUERY_KEYS$1.THEMES_LIST]
552
+ keysToInvalidate: [QUERY_KEYS$1.THEMES_LIST, QUERY_KEYS$1.THEME_ENTITY_DETAILS]
553
553
  });
554
554
  };
555
555
  var useCloneTheme = function useCloneTheme() {