@bigbinary/neeto-tags-frontend 0.0.24 → 0.0.25

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
@@ -6820,6 +6820,10 @@ var useMergeTags = function useMergeTags() {
6820
6820
  });
6821
6821
  };
6822
6822
 
6823
+ var refetchTags = function refetchTags() {
6824
+ return queryClient.invalidateQueries([TAG_KEY]);
6825
+ };
6826
+
6823
6827
  var useTagsForm = function useTagsForm(_ref) {
6824
6828
  var isEdit = _ref.isEdit,
6825
6829
  tagType = _ref.tagType,
@@ -7661,5 +7665,5 @@ var App = function App(_ref) {
7661
7665
  });
7662
7666
  };
7663
7667
 
7664
- export { App as NeetoTags };
7668
+ export { App as NeetoTags, refetchTags };
7665
7669
  //# sourceMappingURL=index.js.map