fix typo
This commit is contained in:
@@ -583,8 +583,8 @@ export default {
|
|||||||
delete customField.conditions
|
delete customField.conditions
|
||||||
|
|
||||||
customField.areas?.forEach((area) => {
|
customField.areas?.forEach((area) => {
|
||||||
delete customField.attachment_uuid
|
delete area.attachment_uuid
|
||||||
delete customField.page
|
delete area.page
|
||||||
})
|
})
|
||||||
|
|
||||||
if (customField.name) {
|
if (customField.name) {
|
||||||
|
|||||||
Reference in New Issue
Block a user