Skip to content

Commit

Permalink
fix(dashboard): Hide search workflow input (#6998)
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg authored Nov 14, 2024
1 parent 4f07557 commit 955c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/workflows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const WorkflowsPage = () => {
<DashboardLayout headerStartItems={<h1 className="text-foreground-950">Workflows</h1>}>
<OptInModal />
<div className="mt-3 flex justify-between px-2.5 py-2">
<div className="flex w-[20ch] items-center gap-2 rounded-lg bg-neutral-50 p-2">
<div className="invisible flex w-[20ch] items-center gap-2 rounded-lg bg-neutral-50 p-2">
<RiSearch2Line className="text-foreground-400 size-5" />
<Input placeholder="Search workflows" />
</div>
Expand Down

0 comments on commit 955c2d2

Please sign in to comment.