Skip to content

Commit

Permalink
Compile fix for TripKitUIExample
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Nov 29, 2023
1 parent f26283d commit 8776ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension InMemoryHistoryManager: TKUIHomeComponentViewModel {
header: .init(
title: "Search history",
action: (
"Clear all", {
"Clear all", { _ in
self.history.onNext([])
return .success
}
Expand Down

0 comments on commit 8776ba3

Please sign in to comment.