feat(frontend): Refactor organization, fixed several organization bugs

This commit is contained in:
2025-08-17 09:28:26 +02:00
parent b7b6d02cf2
commit 6090d543c1
14 changed files with 279 additions and 221 deletions

View File

@@ -1,4 +0,0 @@
import type { useAuth } from '#imports'
type Client = ReturnType<typeof useAuth>['client']
export type ActiveOrganization = Client['$Infer']['ActiveOrganization']