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

This commit is contained in:
Shekar Siri 2023-05-09 15:29:49 +02:00 committed by GitHub
parent 630b018227
commit 330dcd1bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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