mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Clear all notifications when resetting the controller
This commit is contained in:
@@ -39,6 +39,11 @@ export default Route.extend(WithWatchers, {
|
||||
controller.setProperties({
|
||||
eligibilityError: null,
|
||||
stopDrainError: null,
|
||||
drainError: null,
|
||||
flagAsDraining: false,
|
||||
showDrainNotification: false,
|
||||
showDrainUpdateNotification: false,
|
||||
showDrainStoppedNotification: false,
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user