From 356bb5d05c732ffeba0e01ffca5f95d34a513b45 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Sat, 11 Jun 2022 18:06:46 -0400 Subject: [PATCH] Display attachment description updates properly --- src/components/attachment/attachment.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 947b1bfc..d2c5531b 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -166,7 +166,7 @@ :icon="placeholderIconClass" />

- {{ localDescription }} + {{ edit ? localDescription : attachment.description }}

@@ -244,7 +244,7 @@
@@ -259,7 +259,7 @@ @input="resize" />

- {{ localDescription }} + {{ attachment.description }}