mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 22:28:13 +00:00
[Dialog Service] Dismiss individual dialogs. Fixes #254
This commit is contained in:
@ -49,9 +49,6 @@ define(
|
||||
//Launch the message list dialog with the models
|
||||
// from the notifications
|
||||
messages: notificationService.notifications
|
||||
},
|
||||
cancel: function () {
|
||||
dialogService.dismiss();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user