mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
Port 807a4ae8c4 (#12747)
This commit is contained in:
@@ -203,7 +203,7 @@ export class NewDashboardTabDialog extends Modal {
|
||||
}
|
||||
|
||||
public close() {
|
||||
this.hide();
|
||||
this.hide('close');
|
||||
}
|
||||
|
||||
private addNewTabs() {
|
||||
@@ -214,7 +214,7 @@ export class NewDashboardTabDialog extends Modal {
|
||||
}
|
||||
|
||||
public cancel() {
|
||||
this.hide();
|
||||
this.hide('cancel');
|
||||
}
|
||||
|
||||
public open(dashboardTabs: Array<IDashboardTab>, openedTabs: Array<IDashboardTab>) {
|
||||
|
||||
Reference in New Issue
Block a user