Set raid groups on teams page
This commit is contained in:
parent
112b8ad76e
commit
eee0624c92
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ const TeamsRoute: React.FC<Props> = ({
|
|||
setTotalPages(context.pagination.totalPages)
|
||||
setRecordCount(context.pagination.count)
|
||||
replaceResults(context.pagination.count, context.teams)
|
||||
appState.raidGroups = context.raidGroups
|
||||
appState.version = version
|
||||
}
|
||||
setCurrentPage(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue