mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 16:10:08 +00:00
Fix #1645
This commit is contained in:
parent
7b2ce955ff
commit
f6f65aa270
@ -381,7 +381,7 @@ module.exports = {
|
||||
[`${params.alias}_id`]: params.refId,
|
||||
[`${params.alias}_type`]: params.ref,
|
||||
field: params.field
|
||||
}, _.isEmpty))
|
||||
}, _.isUndefined))
|
||||
.destroy();
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user