From 2329d3d7599685935f7da50ab827e0a550ee5a8c Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 30 Jun 2022 11:17:19 +0200 Subject: [PATCH] fix(ui) - assist active tab list, broken after with new api changes (pagination) --- frontend/app/types/session/session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/types/session/session.ts b/frontend/app/types/session/session.ts index 9382c8b85..a4ed48fe6 100644 --- a/frontend/app/types/session/session.ts +++ b/frontend/app/types/session/session.ts @@ -26,7 +26,7 @@ function hashString(s: string): number { export default Record({ sessionId: '', pageTitle: '', - active: true, + active: false, siteId: '', projectKey: '', peerId: '',