This commit is contained in:
Maurus Decimus
2026-07-31 15:52:36 +02:00
parent 189e270785
commit 8cab61a9c5
13 changed files with 156 additions and 72 deletions
+1 -3
View File
@@ -59,9 +59,7 @@ export function MainContent({ viewName, id, section }: MainContentProps) {
function renderView(schema: Schema | null, viewName?: string, id?: string, section?: string): ReactNode {
if (!viewName) {
return (
<div className="flex items-center justify-center p-8 text-muted-foreground">Select a view from the sidebar.</div>
);
return <LoadingFallback />;
}
if (viewName.startsWith('Dashboard/')) {