From 30b83646c2fcfff8ffbcdf47fb199101473a4a50 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 11 Nov 2024 05:26:45 -0800 Subject: [PATCH] fix inconsistent button text (#1168) --- skyvern-frontend/src/routes/workflows/WorkflowPage.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/skyvern-frontend/src/routes/workflows/WorkflowPage.tsx b/skyvern-frontend/src/routes/workflows/WorkflowPage.tsx index 97f03052..426a3ff6 100644 --- a/skyvern-frontend/src/routes/workflows/WorkflowPage.tsx +++ b/skyvern-frontend/src/routes/workflows/WorkflowPage.tsx @@ -22,7 +22,7 @@ import { import { useCredentialGetter } from "@/hooks/useCredentialGetter"; import { basicTimeFormat } from "@/util/timeFormat"; import { cn } from "@/util/utils"; -import { Pencil2Icon } from "@radix-ui/react-icons"; +import { Pencil2Icon, PlayIcon } from "@radix-ui/react-icons"; import { useQuery } from "@tanstack/react-query"; import { Link, @@ -88,13 +88,14 @@ function WorkflowPage() {