Clear all notifications when resetting the controller
This commit is contained in:
parent
ae85882ca7
commit
7edbf5ff58
|
@ -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,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue