format and compile

This commit is contained in:
hardiknai-techm
2021-03-31 18:24:25 +05:30
parent 3b09a19ce5
commit 6a1f8ce822
4 changed files with 2 additions and 4 deletions

View File

@@ -180,7 +180,7 @@ export const AddDatabasePane: FunctionComponent<AddDatabasePaneProps> = ({
};
if (isAutoPilotSelected) {
createDatabaseParams.autoPilotMaxThroughput = "" + maxAutoPilotThroughputSet;
createDatabaseParams.autoPilotMaxThroughput = maxAutoPilotThroughputSet;
} else {
createDatabaseParams.offerThroughput = addDatabasePaneStartMessage.offerThroughput;
}