UBERF-7854: Fix live query $lookup update (#6304)

This commit is contained in:
Andrey Sobolev
2024-08-09 18:52:44 +07:00
committed by GitHub
parent 00633cda71
commit 9215e966cd
4 changed files with 37 additions and 76 deletions
@@ -84,7 +84,7 @@
labelIntl: getEmbeddedLabel('Github Repositories')
}
]
let selectedTab: string = tabs[0].id
let selectedTab = tabs[0].id
$: loading = $ticker - (auth?.authRequestTime ?? 0) < 5000
</script>