feat(portal): replace mock data with real session-driven API calls #152

Merged
groombook-engineer[bot] merged 25 commits from feat/gro-203-rbac-super-user into main 2026-03-29 07:08:35 +00:00
Showing only changes of commit 3e4e57fa0b - Show all commits
+2 -1
View File
@@ -7,7 +7,8 @@
"jsx": "react-jsx", "jsx": "react-jsx",
"strict": true, "strict": true,
"noUncheckedIndexedAccess": true, "noUncheckedIndexedAccess": true,
"skipLibCheck": true "skipLibCheck": true,
"allowImportingTsExtensions": true
}, },
"include": ["src"] "include": ["src"]
} }