fix: wait for org context before rendering dashboard
This commit is contained in:
@@ -89,6 +89,11 @@ export default function HomePage() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// * Wait for organization context before rendering SiteList to avoid "Organization Required" flash
|
||||||
|
if (user && !user.org_id) {
|
||||||
|
return <LoadingOverlay logoSrc="/ciphera_icon_no_margins.png" title="Switching Context..." />
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mx-auto max-w-5xl p-6">
|
<div className="mx-auto max-w-5xl p-6">
|
||||||
<div className="mb-8 flex items-center justify-between">
|
<div className="mb-8 flex items-center justify-between">
|
||||||
|
|||||||
Reference in New Issue
Block a user