fix(ui) - assist active tab list, broken after with new api changes (pagination)
This commit is contained in:
parent
753519c2d7
commit
2329d3d759
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ function hashString(s: string): number {
|
|||
export default Record({
|
||||
sessionId: '',
|
||||
pageTitle: '',
|
||||
active: true,
|
||||
active: false,
|
||||
siteId: '',
|
||||
projectKey: '',
|
||||
peerId: '',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue