This commit is contained in:
Charles Gagnon
2020-10-06 13:41:27 -07:00
committed by GitHub
parent 35957cc283
commit ac6ef2639f
17 changed files with 37 additions and 43 deletions

View File

@@ -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>) {