mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-29 22:02:01 +00:00
no message
This commit is contained in:
@@ -267,8 +267,10 @@ export class ThroughputInputViewModel extends WaitsForTemplateViewModel {
|
||||
return true;
|
||||
};
|
||||
|
||||
public onThroughputChange = (source: any) => {
|
||||
window.alert("onThroughputChange");
|
||||
public onThroughputCheck = (event: any) => {
|
||||
if(event.value() < 400) {
|
||||
window.alert("The value should not small than 400");
|
||||
}
|
||||
};
|
||||
|
||||
private _getSanitizedValue(): number {
|
||||
|
||||
Reference in New Issue
Block a user