mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
join game error dialog
This commit is contained in:
parent
db1530c9e9
commit
2aeb1542b1
20 changed files with 415 additions and 18 deletions
|
|
@ -65,6 +65,8 @@ export const disconnectedState: Partial<RootState> = {
|
|||
sortUsersBy: { field: App.UserSortField.NAME, order: App.SortDirection.ASC },
|
||||
selectedGameIds: {},
|
||||
gameFilters: {},
|
||||
joinGamePending: false,
|
||||
joinGameError: null,
|
||||
},
|
||||
games: { games: {} },
|
||||
action: { type: null, payload: null, meta: null, error: false, count: 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue