mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 06:58:07 -05:00
fix(dashboard): flash based on loading check (#2535)
This commit is contained in:
committed by
GitHub
parent
ab3a3d12fe
commit
be9ab4c833
@@ -537,7 +537,7 @@ export default function Dashboard({ logs, isLoading, error }: DashboardProps) {
|
||||
}
|
||||
}, [])
|
||||
|
||||
if (isLoading && Object.keys(allWorkflows).length === 0) {
|
||||
if (isLoading) {
|
||||
return <DashboardSkeleton />
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user