Use statusId instead of repliedUser.id

merge-requests/1699/head
Sean King 2 years ago
parent 15005a2a50
commit 80ec88beab
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257

@ -29,7 +29,7 @@ const EditStatusModal = {
}, },
watch: { watch: {
params (newVal, oldVal) { params (newVal, oldVal) {
if (get(newVal, 'repliedUser.id') !== get(oldVal, 'repliedUser.id')) { if (get(newVal, 'statusId') !== get(oldVal, 'statusId')) {
this.resettingForm = true this.resettingForm = true
this.$nextTick(() => { this.$nextTick(() => {
this.resettingForm = false this.resettingForm = false

Loading…
Cancel
Save