Skip to content

Commit

Permalink
fix: Re-init value when processing is done
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinperignon committed Nov 21, 2024
1 parent ed530c7 commit 8823a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SwissTransferCoreUI/Components/AddFilesMenuView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public struct AddFilesMenuView<Content: View>: View {
Logger.general.error("An error occurred while saving photo: \(error)")
}
}
selectedPhotos = []

let urls = photoList.map {
$0.url
Expand Down

0 comments on commit 8823a33

Please sign in to comment.