fix(ui) - search init - wait for filters

This commit is contained in:
Shekar Siri 2023-05-09 15:29:29 +02:00
parent 630b018227
commit edc35d983a

View file

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