accept field title and description

This commit is contained in:
Pete Matsyburka
2024-01-13 13:15:08 +02:00
parent 3f06932277
commit 66ab0059bb
6 changed files with 43 additions and 17 deletions
@@ -41,7 +41,7 @@ export default {
uniqueAreas () {
const areas = {}
this.field.areas.forEach((area) => {
this.field.areas?.forEach((area) => {
areas[area.attachment_uuid + area.page] ||= area
})