Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Jul 15, 2024
1 parent 6633113 commit 8c2a0fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public struct PhotoAttachmentCell: View {
imageSelected: @escaping (String) -> Bool
) {
self.assetLoader = assetLoader
self.requestId = requestId
_requestId = State(initialValue: requestId)
self.asset = asset
self.onImageTap = onImageTap
self.imageSelected = imageSelected
Expand Down

0 comments on commit 8c2a0fd

Please sign in to comment.