@bigbinary/neeto-team-members-frontend 2.11.1 → 2.11.2

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
@@ -4914,7 +4914,7 @@ var useFetchMembers = function useFetchMembers() {
4914
4914
  select: identity,
4915
4915
  keepPreviousData: true
4916
4916
  }, options), {}, {
4917
- refetchOnWindowFocus: "always"
4917
+ refetchOnWindowFocus: false
4918
4918
  }));
4919
4919
  };
4920
4920
  var useCreateMember = function useCreateMember(_ref) {
@@ -4969,7 +4969,7 @@ var useFetchFilterOptions = function useFetchFilterOptions(_ref5) {
4969
4969
  }, _objectSpread$9(_objectSpread$9({
4970
4970
  select: identity
4971
4971
  }, options), {}, {
4972
- refetchOnWindowFocus: "always"
4972
+ refetchOnWindowFocus: false
4973
4973
  }));
4974
4974
  };
4975
4975