1
0
forked from test/crm

Merge pull request #390 from frappe/develop

chore: Merge develop to main
This commit is contained in:
Shariq Ansari 2024-10-01 14:25:27 +05:30 committed by GitHub
commit 7672559d98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ function saveChanges() {
_sections.forEach((section) => {
if (!section.fields) return
section.fields = section.fields
.map((field) => field.name || field.fieldname)
.map((field) => field.fieldname || field.name)
.filter(Boolean)
})
loading.value = true