mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fixed a minor typo in comment (#16412)
This commit is contained in:
@@ -253,7 +253,7 @@ export class FirewallRuleDialog extends Modal {
|
|||||||
this.viewModel.toSubnetIPRange = IPAddress;
|
this.viewModel.toSubnetIPRange = IPAddress;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overwrite esapce key behavior */
|
/* Overwrite escape key behavior */
|
||||||
protected override onClose() {
|
protected override onClose() {
|
||||||
this.cancel();
|
this.cancel();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user