fix(ui) - search init - wait for filters (#1241)

This commit is contained in:
Shekar Siri 2023-05-09 15:29:49 +02:00
parent 45de6d7020
commit a7d479076b

View file

@ -100,7 +100,7 @@ function SessionList(props: Props) {
if (total === 0) {
setTimeout(() => {
props.fetchSessions(null, true);
}, 100);
}, 300);
}
props.fetchMetadata();