From 330dcd1bc1de9d5956a0166f48abe0dfa91ba69f Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 9 May 2023 15:29:49 +0200 Subject: [PATCH] fix(ui) - search init - wait for filters (#1241) --- .../SessionListContainer/components/SessionList/SessionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx b/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx index 96d966ac4..185b00e50 100644 --- a/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx @@ -100,7 +100,7 @@ function SessionList(props: Props) { if (total === 0) { setTimeout(() => { props.fetchSessions(null, true); - }, 100); + }, 300); } props.fetchMetadata();