fix(ui) - search init - wait for filters (#1241)
This commit is contained in:
parent
630b018227
commit
330dcd1bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ function SessionList(props: Props) {
|
|||
if (total === 0) {
|
||||
setTimeout(() => {
|
||||
props.fetchSessions(null, true);
|
||||
}, 100);
|
||||
}, 300);
|
||||
}
|
||||
props.fetchMetadata();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue