Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m34s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m34s
* develop: fix show consent detail
This commit is contained in:
commit
1608be4294
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const privacyContent = {
|
|||
const scrollContainer = ref<HTMLElement | null>(null)
|
||||
const hasScrolledToBottom = ref(false)
|
||||
const acceptPrivacy = ref(false)
|
||||
const showDetails = ref(false)
|
||||
const showDetails = ref(true)
|
||||
const isAcceptDisabled = computed(() => !acceptPrivacy.value)
|
||||
|
||||
const handleScroll = (event: Event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue