From 6fe6a0d07c3a7210e5b0c74e9a0fb31b2219c51e Mon Sep 17 00:00:00 2001 From: Billy Lo Date: Fri, 10 Sep 2021 19:11:57 -0400 Subject: [PATCH] keep both buttons enabled all the time --- components/Form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Form.tsx b/components/Form.tsx index 25567bb..e0707f4 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -61,7 +61,7 @@ function Form(): JSX.Element { } }); } - checkBrowserType(); + // checkBrowserType(); }, [inputFile]) // Show file Dialog