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
parent 7ceea422a0
commit 9d1b48106d
1 changed files with 1 additions and 1 deletions

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