fix builder save
This commit is contained in:
@@ -3006,10 +3006,11 @@ export default {
|
|||||||
this.save()
|
this.save()
|
||||||
},
|
},
|
||||||
rebuildVariablesSchema ({ disable = true } = {}) {
|
rebuildVariablesSchema ({ disable = true } = {}) {
|
||||||
const parsed = {}
|
|
||||||
|
|
||||||
const dynamicDocumentRef = this.documentRefs.find((e) => e.isDynamic)
|
const dynamicDocumentRef = this.documentRefs.find((e) => e.isDynamic)
|
||||||
|
|
||||||
|
if (dynamicDocumentRef) {
|
||||||
|
const parsed = {}
|
||||||
|
|
||||||
this.documentRefs.forEach((ref) => {
|
this.documentRefs.forEach((ref) => {
|
||||||
if (ref.isDynamic) {
|
if (ref.isDynamic) {
|
||||||
ref.updateVariablesSchema()
|
ref.updateVariablesSchema()
|
||||||
@@ -3030,4 +3031,5 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user