mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 18:27:44 +02:00
UBERF-7854: Fix live query $lookup update (#6304)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user