fix: 修复Playground分组无用户分组 (close #529)

This commit is contained in:
1808837298@qq.com
2024-10-14 16:17:53 +08:00
parent f599c65944
commit ade6d0f56a

View File

@@ -72,7 +72,7 @@ const Playground = () => {
};
const loadGroups = async () => {
let res = await API.get(`/api/user/groups`);
let res = await API.get(`/api/user/self/groups`);
const { success, message, data } = res.data;
if (success) {
// return data is a map, key is group name, value is group description