Disable booking formular
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 2m27s

This commit is contained in:
Dominik Milacher 2025-06-17 20:34:51 +02:00
parent 584925e04d
commit cb1c8d9f37

View File

@ -29,7 +29,7 @@ useHead({
</div> </div>
<!-- SSR-safe: iframe appears only in the browser --> <!-- SSR-safe: iframe appears only in the browser -->
<ClientOnly> <!-- <ClientOnly>
<iframe <iframe
id="iframeCapCorn" id="iframeCapCorn"
src="https://www.capcorn.net/MasterReq?MB=1487&FL=17&LG=0" src="https://www.capcorn.net/MasterReq?MB=1487&FL=17&LG=0"
@ -37,6 +37,6 @@ useHead({
width="100%" width="100%"
scrolling="auto" scrolling="auto"
/> />
</ClientOnly> </ClientOnly> -->
</AppFlatSection> </AppFlatSection>
</template> </template>