feat:member list init

This commit is contained in:
DiamondThree
2023-01-11 14:57:36 +08:00
parent b837126cea
commit e3dc089d51
2 changed files with 3 additions and 2 deletions

View File

@@ -68,5 +68,6 @@ export const useWorkspaceHelper = () => {
publishWorkspace,
updateWorkspace,
enableWorkspace,
inviteMember,
};
};