updated the melv js File

This commit is contained in:
Nils 2024-10-23 10:30:37 +02:00
parent c49edec9a8
commit 86dd130ac6
Signed by: slinicraftet204
GPG Key ID: 78E12696BAFC2A4B

View File

@ -62,6 +62,7 @@ Shopware.Component.override('sw-settings-captcha-select-v2', {
handler(newValue) {
// Stellen Sie sicher, dass die Änderungen persistent sind
this.$emit('input', this.currentValue);
console.log('currentValue.cloudFlareTurnstile:', this.currentValue.cloudFlareTurnstile);
}
}
}