mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Fixes bad usage of alert system entersomething (#3513)
Fixes COMPILER-EXPLORER-8VJ
This commit is contained in:
committed by
GitHub
parent
c4415586aa
commit
9770979e44
@@ -71,9 +71,6 @@ export class PaneRenaming extends EventEmitter.EventEmitter {
|
||||
this.pane.updateTitle();
|
||||
this.emit('renamePane');
|
||||
},
|
||||
no: () => {
|
||||
this.alertSystem.resolve(false);
|
||||
},
|
||||
yesClass: 'btn btn-primary',
|
||||
yesHtml: 'Rename',
|
||||
noClass: 'btn-outline-info',
|
||||
|
||||
Reference in New Issue
Block a user