This commit is contained in:
Steve Faulkner
2021-05-05 18:41:37 -05:00
parent c180d6a0cd
commit 2ad0236c73

View File

@@ -311,7 +311,6 @@ export const AddDatabasePanelF: FunctionComponent<AddDatabasePaneProps> = ({
checkbox: { width: 12, height: 12 }, checkbox: { width: 12, height: 12 },
label: { padding: 0, alignItems: "center" }, label: { padding: 0, alignItems: "center" },
}} }}
tabIndex={0}
label="Provision throughput" label="Provision throughput"
checked={databaseCreateNewShared} checked={databaseCreateNewShared}
onChange={() => setDatabaseCreateNewShared(!databaseCreateNewShared)} onChange={() => setDatabaseCreateNewShared(!databaseCreateNewShared)}