Merge pull request #15881 from Budibase/fix/popover-root

Fix popover root selector
This commit is contained in:
Andrew Kingston 2025-04-03 15:55:52 +01:00 committed by GitHub
commit f67ac424d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
const id = Helpers.uuid()
if (popoverRoot) {
setContext(Context.PopoverRoot, `#id`)
setContext(Context.PopoverRoot, `#${id}`)
}
</script>