Skip to content

Commit

Permalink
chore(ui): Update command label + organize text
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Mar 22, 2024
1 parent 53b60f2 commit 16545dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/forms/workflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export function WorkflowControlsForm({
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>Start workflow confirmation</AlertDialogTitle>
<AlertDialogDescription>
<AlertDialogDescription className="flex flex-col">
<span>
You are about to start the workflow with the selected action:
</span>
Expand Down Expand Up @@ -399,7 +399,7 @@ export default function EntrypointSelector({
>
<Command>
<CommandInput className="text-xs" placeholder="Search webhooks..." />
<CommandEmpty>No presets found.</CommandEmpty>
<CommandEmpty>No actions found.</CommandEmpty>
<CommandGroup heading="Webhooks">
{actions.map((action) => (
<CommandItem
Expand Down

0 comments on commit 16545dc

Please sign in to comment.