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: {
params (newVal, oldVal) {
if (get(newVal, 'repliedUser.id') !== get(oldVal, 'repliedUser.id')) {
if (get(newVal, 'statusId') !== get(oldVal, 'statusId')) {
this.resettingForm = true
this.$nextTick(() => {
this.resettingForm = false

Loading…
Cancel
Save