Skip to content

Commit

Permalink
Merge pull request #390 from frappe/develop
Browse files Browse the repository at this point in the history
chore: Merge develop to main
  • Loading branch information
shariquerik authored Oct 1, 2024
2 parents 281ab78 + 1fb5347 commit 7672559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Settings/SidePanelModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7672559

Please sign in to comment.