mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
Merge pull request #653 from nasa/open499
[Notifications] #499 All notifications now dismissable by default.
This commit is contained in:
@ -111,7 +111,8 @@ define(
|
||||
|
||||
notificationService.error({
|
||||
title: "Error persisting " + domainObject.getModel().name,
|
||||
hint: errorMessage || "Unknown error"
|
||||
hint: errorMessage,
|
||||
dismissable: true
|
||||
});
|
||||
|
||||
return $q.reject(error);
|
||||
|
Reference in New Issue
Block a user