mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-13 16:07:26 +01:00
'minor change'
This commit is contained in:
@@ -806,7 +806,7 @@ export class SettingsComponent extends React.Component<SettingsComponentProps, S
|
|||||||
return alert("The value should not small than 400");
|
return alert("The value should not small than 400");
|
||||||
}
|
}
|
||||||
this.setState({ throughput: newThroughput });
|
this.setState({ throughput: newThroughput });
|
||||||
}
|
};
|
||||||
|
|
||||||
private onAutoPilotSelected = (isAutoPilotSelected: boolean): void =>
|
private onAutoPilotSelected = (isAutoPilotSelected: boolean): void =>
|
||||||
this.setState({ isAutoPilotSelected: isAutoPilotSelected });
|
this.setState({ isAutoPilotSelected: isAutoPilotSelected });
|
||||||
|
|||||||
Reference in New Issue
Block a user