Skip to content

Commit 5a547da

Browse files
icecrasher321waleedlatif1
authored andcommitted
fix(dashboard): flash based on loading check (#2535)
1 parent 63906d6 commit 5a547da

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/logs/components/dashboard

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/logs/components/dashboard/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export default function Dashboard({ logs, isLoading, error }: DashboardProps) {
537537
}
538538
}, [])
539539

540-
if (isLoading && Object.keys(allWorkflows).length === 0) {
540+
if (isLoading) {
541541
return <DashboardSkeleton />
542542
}
543543

0 commit comments

Comments
 (0)