Browse Source

Fix goodbye state not going back online. Closes #1977

pull/2032/head
Gabe Kangas 4 years ago
parent
commit
bb1c934c4b
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 5
      web/components/stores/application-state.ts

5
web/components/stores/application-state.ts

@ -111,6 +111,11 @@ const appStateModel = @@ -111,6 +111,11 @@ const appStateModel =
},
},
goodbye: {
on: {
ONLINE: {
target: 'online',
},
},
meta: {
...GOODBYE_STATE,
},

Loading…
Cancel
Save