From b7e34083a5dceaa08be3197fb26e20fa6e8a73e3 Mon Sep 17 00:00:00 2001 From: jamie Date: Sun, 9 Jul 2023 20:20:28 -0500 Subject: [PATCH] commented out unused dbtype --- frontend/components/Dialog/CreateDBDialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/components/Dialog/CreateDBDialog.tsx b/frontend/components/Dialog/CreateDBDialog.tsx index 625af16d..d127c3e0 100644 --- a/frontend/components/Dialog/CreateDBDialog.tsx +++ b/frontend/components/Dialog/CreateDBDialog.tsx @@ -149,9 +149,9 @@ const CreateDBDialog = ({ show, DBInfo, onClose }: CreateDBDialogProps) => { RDS MySQL - + {/* Cloud Database - + */} @@ -167,7 +167,7 @@ const CreateDBDialog = ({ show, DBInfo, onClose }: CreateDBDialogProps) => { {} : handleSubmit} + onClick={isEmpty || isError ? () => { } : handleSubmit} > Confirm