Skip to content

Commit

Permalink
Fix upload form not polling after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Jan 11, 2024
1 parent be4b75f commit bf720c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/upload/UploadFormCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ watch(
},
{
immediate: true,
deep: true,
}
);
</script>
Expand Down

0 comments on commit bf720c3

Please sign in to comment.