fix: custom field label not showing
This commit is contained in:
parent
92fcfcebce
commit
1fb5347b94
@ -134,7 +134,7 @@ function saveChanges() {
|
|||||||
_sections.forEach((section) => {
|
_sections.forEach((section) => {
|
||||||
if (!section.fields) return
|
if (!section.fields) return
|
||||||
section.fields = section.fields
|
section.fields = section.fields
|
||||||
.map((field) => field.name || field.fieldname)
|
.map((field) => field.fieldname || field.name)
|
||||||
.filter(Boolean)
|
.filter(Boolean)
|
||||||
})
|
})
|
||||||
loading.value = true
|
loading.value = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user