From 2ad0236c73750a25a7db553fae2075e49baeac46 Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Wed, 5 May 2021 18:41:37 -0500 Subject: [PATCH] Fix --- src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx b/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx index 99dade69f..64449c837 100644 --- a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx +++ b/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx @@ -311,7 +311,6 @@ export const AddDatabasePanelF: FunctionComponent = ({ checkbox: { width: 12, height: 12 }, label: { padding: 0, alignItems: "center" }, }} - tabIndex={0} label="Provision throughput" checked={databaseCreateNewShared} onChange={() => setDatabaseCreateNewShared(!databaseCreateNewShared)}