commit: 80ec88beabefd41e75040dd35364a94783e423a0
parent 15005a2a50aafb2f68bb48ff35eebf498654f028
Author: Sean King <seanking2919@protonmail.com>
Date: Sat, 11 Jun 2022 16:32:46 -0600
Use statusId instead of repliedUser.id
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/edit_status_modal/edit_status_modal.js b/src/components/edit_status_modal/edit_status_modal.js
@@ -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