From 363e0f481630c87de2206b420fbb85cc1437be5f Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Wed, 29 May 2024 15:54:40 +0700 Subject: [PATCH] fix: cancel buttons in the dialog are not working --- src/components/data-input.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/data-input.tsx b/src/components/data-input.tsx index 5379e58..d6873f2 100644 --- a/src/components/data-input.tsx +++ b/src/components/data-input.tsx @@ -81,7 +81,9 @@ export default function DataInput({ onChange={(e) => setRepoUrl(e.target.value)} />