Skip to content

Commit

Permalink
fix(ui): Remove erroneous classname
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Mar 24, 2024
1 parent c7d8e5e commit c3c4a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/workspace/workspace-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function WorkspacePanel() {
) : workflow ? (
<WorkflowPanel workflow={workflow} isOnline={isOnline} />
) : (
<FormLoading className="bg-slate-100" />
<FormLoading />
)}
</div>
)
Expand Down

0 comments on commit c3c4a2e

Please sign in to comment.