diff --git a/web/components/stores/application-state.ts b/web/components/stores/application-state.ts index e66c56f77..329325039 100644 --- a/web/components/stores/application-state.ts +++ b/web/components/stores/application-state.ts @@ -111,6 +111,11 @@ const appStateModel = }, }, goodbye: { + on: { + ONLINE: { + target: 'online', + }, + }, meta: { ...GOODBYE_STATE, },