Fix: missing values in moderation library UI (#1667)

This commit is contained in:
Marcos Peña 2022-01-07 14:19:36 +01:00 committed by JuniorJPDJ
commit 9d1b48106d

View file

@ -267,7 +267,7 @@ export default {
},
updatedFields () {
if (!this.obj || this.obj.target) {
if (!this.obj || !this.obj.target) {
return []
}
const payload = this.obj.payload