Skip to content

Commit

Permalink
feat(ui): Add open case action
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Mar 2, 2024
1 parent b94d53d commit 0a1dac3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/src/components/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
Globe,
Mail,
Send,
ShieldAlert,
Sparkles,
Split,
Webhook
Expand Down Expand Up @@ -73,7 +74,7 @@ export function Workspace({
title: "Webhook",
label: "",
icon: Webhook,
variant: "default",
variant: "ghost",
},
{
title: "HTTP Request",
Expand All @@ -93,6 +94,12 @@ export function Workspace({
icon: Split,
variant: "ghost",
},
{
title: "Open Case",
label: "",
icon: ShieldAlert,
variant: "ghost",
},
{
title: "Receive Email",
label: "",
Expand Down

0 comments on commit 0a1dac3

Please sign in to comment.