fix js
This commit is contained in:
committed by
Oleksandr Turchyn
parent
3dd3877ea9
commit
4a846be214
@@ -897,7 +897,7 @@ export default {
|
||||
mounted () {
|
||||
this.submittedValues = JSON.parse(JSON.stringify(this.values))
|
||||
|
||||
screen?.orientation.addEventListener('change', this.onOrientationChange)
|
||||
screen?.orientation?.addEventListener('change', this.onOrientationChange)
|
||||
|
||||
this.fields.forEach((field) => {
|
||||
if (field.default_value && !field.readonly) {
|
||||
|
||||
Reference in New Issue
Block a user