react-toolkits 2.13.3 → 2.13.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # react-toolkits
2
2
 
3
+ ## 2.13.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 4ac9c19: feat: add type param
8
+
3
9
  ## 2.13.3
4
10
 
5
11
  ### Patch Changes
package/lib/index.js CHANGED
@@ -2021,7 +2021,7 @@ var init_hooks5 = __esm({
2021
2021
  const { axios: axios2 } = useToolkitsStore((s) => s);
2022
2022
  const { data: roles, isLoading: isRolesLoading } = useAllRoles();
2023
2023
  const { data: groups, isLoading: isGroupsLoading } = useSWR5(
2024
- "/api/enum/get?enum=game_group",
2024
+ "/api/enum/get?enum=game_group&type=all",
2025
2025
  (path) => axios2.get(path).then((response) => response.data.data)
2026
2026
  );
2027
2027
  return /* @__PURE__ */ jsxs(Fragment, { children: [