feat(organization): leave organization (#1239)

This commit is contained in:
Bereket Engida
2025-02-14 13:12:15 +03:00
committed by GitHub
parent b8d20c5e7b
commit b26f8334b3
5 changed files with 118 additions and 21 deletions

View File

@@ -46,3 +46,5 @@ export const {
useListOrganizations,
useActiveOrganization,
} = client;
client.$store.listen("$sessionSignal", async () => {});