api call with string autoPilotMaxThroughput

This commit is contained in:
hardiknai-techm
2021-04-05 09:09:38 +05:30
69 changed files with 23378 additions and 7849 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;
}