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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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