refactor group settings to use group settings form

This commit is contained in:
Michael Genson
2026-03-27 21:52:36 +00:00
parent 3f0c8b3b92
commit 1269c3fe8c
4 changed files with 56 additions and 34 deletions

View File

@@ -34,6 +34,8 @@ export const useGroupSelf = function () {
if (data) {
groupSelfRef.value.preferences = data;
}
return data || undefined;
},
};