fix show consent detail
This commit is contained in:
parent
781dd9b382
commit
e7e5ded4d9
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