Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulex99 authored Nov 30, 2023
1 parent 60b65e0 commit 06e5289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ struct RepositorySearchView: View {

@ActionBinding(RepositorySearchReactor.self,
keyPath: \.hidePrivate,
action: RepositorySearchReactor.Action.onHidePrivateToggle)
action: .onHidePrivateToggle)
private var hidePrivate: Bool

var body: some View {
Expand Down

0 comments on commit 06e5289

Please sign in to comment.