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

This commit is contained in:
Andrey Sobolev
2024-08-09 20:39:29 +07:00
committed by Andrey Sobolev
parent 87cea20887
commit 7575a66618
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>