Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m34s

* develop:
  fix show consent detail
This commit is contained in:
Warunee Tamkoo 2026-01-20 23:30:59 +07:00
commit 1608be4294

View file

@ -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) => {