mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-07-13 15:34:36 +01:00
'minor change'
This commit is contained in:
parent
1c8deb1fcc
commit
3c25788e72
@ -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 });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user