Clear all notifications when resetting the controller

This commit is contained in:
Michael Lange 2019-11-21 16:51:04 -08:00
parent ae85882ca7
commit 7edbf5ff58

View file

@ -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,
});
},