kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fix: missing values in moderation library UI (#1667)
rodzic
b4b929eb43
commit
a84a7c9746
|
@ -267,7 +267,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
updatedFields () {
|
updatedFields () {
|
||||||
if (!this.obj || this.obj.target) {
|
if (!this.obj || !this.obj.target) {
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
const payload = this.obj.payload
|
const payload = this.obj.payload
|
||||||
|
|
Ładowanie…
Reference in New Issue