support barcode on opentable (#724)

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Chirag Chhatrala
2025-03-15 10:49:42 +05:30
committed by GitHub
parent e6239f99cd
commit 7e8322a0fd

View File

@@ -218,6 +218,7 @@ export default {
email: shallowRef(OpenText), email: shallowRef(OpenText),
phone_number: shallowRef(OpenText), phone_number: shallowRef(OpenText),
signature: shallowRef(OpenFile), signature: shallowRef(OpenFile),
barcode: shallowRef(OpenText),
}, },
} }
}, },