Skip to content

Commit

Permalink
Fix upload modal loses its content when closed
Browse files Browse the repository at this point in the history
This also fixes the problem of not being able to clear the upload activity.
  • Loading branch information
ahmedhamidawan committed Jan 22, 2024
1 parent ac6fe73 commit ffb0cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Upload/UploadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ defineExpose({
<UploadModalContent
v-if="currentHistoryId"
ref="content"
:key="showModal"
:current-user-id="currentUser?.id"
:current-history-id="currentHistoryId"
v-bind="options"
Expand Down

0 comments on commit ffb0cc6

Please sign in to comment.