remove payment field type from selfhosted

This commit is contained in:
Pete Matsyburka
2023-12-30 11:42:46 +02:00
parent 05b7acf6aa
commit 1a693fba2d
+1 -1
View File
@@ -86,7 +86,7 @@ window.customElements.define('template-builder', class extends HTMLElement {
backgroundColor: '#faf7f5',
withPhone: this.dataset.withPhone === 'true',
withLogo: this.dataset.withLogo !== 'false',
withPayment: this.dataset.withPayment !== 'false',
withPayment: this.dataset.withPayment === 'true',
acceptFileTypes: this.dataset.acceptFileTypes,
isDirectUpload: this.dataset.isDirectUpload === 'true'
})