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

This commit is contained in:
Marcos Peña 2022-01-07 14:19:36 +01:00
parent b4b929eb43
commit a84a7c9746
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