Clear all notifications when resetting the controller

This commit is contained in:
Michael Lange
2019-11-21 16:51:04 -08:00
parent 3009ad3f38
commit 8f67e4ba25

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