set dynamic fields

This commit is contained in:
Pete Matsyburka
2026-03-05 10:08:29 +02:00
parent b2dfa83f18
commit 961f09e092
3 changed files with 69 additions and 7 deletions
+1 -3
View File
@@ -3027,9 +3027,7 @@ export default {
this.template.fields.splice(this.template.fields.indexOf(field), 1)
})
if (toRemove.length) {
this.save()
}
this.save()
}
}
}