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)}