From 1d46a4d13cff7f65f9858d6498f79922214cf5c9 Mon Sep 17 00:00:00 2001 From: Salih Altun Date: Thu, 13 Jun 2024 17:36:29 +0300 Subject: [PATCH] =?UTF-8?q?Show=20save=20changes=20button=20as=20disabled?= =?UTF-8?q?=20when=20not=20dirty=20instead=20of=20not=20sh=E2=80=A6=20(#46?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/routes/tasks/create/SavedTaskForm.tsx | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx b/skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx index 5906da52..aae304b0 100644 --- a/skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx +++ b/skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx @@ -480,21 +480,18 @@ function SavedTaskForm({ initialValues }: Props) { > Copy cURL - {isDirty && ( - - )} - +