@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.cjs.js CHANGED
@@ -4951,7 +4951,7 @@ var useFetchMembers = function useFetchMembers() {
4951
4951
  select: ramda.identity,
4952
4952
  keepPreviousData: true
4953
4953
  }, options), {}, {
4954
- refetchOnWindowFocus: "always"
4954
+ refetchOnWindowFocus: false
4955
4955
  }));
4956
4956
  };
4957
4957
  var useCreateMember = function useCreateMember(_ref) {
@@ -5006,7 +5006,7 @@ var useFetchFilterOptions = function useFetchFilterOptions(_ref5) {
5006
5006
  }, _objectSpread$9(_objectSpread$9({
5007
5007
  select: ramda.identity
5008
5008
  }, options), {}, {
5009
- refetchOnWindowFocus: "always"
5009
+ refetchOnWindowFocus: false
5010
5010
  }));
5011
5011
  };
5012
5012