From ef9955790240272bf9dce420c565a639446b6bdc Mon Sep 17 00:00:00 2001 From: Matthew White Date: Mon, 11 Mar 2024 14:09:31 -0400 Subject: [PATCH] Fix bug where upload progress was not shown in FormAttachmentPopups Closes getodk/central#606. --- src/components/form-attachment/list.vue | 14 +++++++------- src/components/form-attachment/popups.vue | 6 +----- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/components/form-attachment/list.vue b/src/components/form-attachment/list.vue index d94eb143a..69c55d17f 100644 --- a/src/components/form-attachment/list.vue +++ b/src/components/form-attachment/list.vue @@ -78,7 +78,6 @@ except according to the terms contained in the LICENSE file.