Update LibraryView.swift
This commit is contained in:
parent
0c95fb48a7
commit
e700f10531
|
@ -92,7 +92,7 @@ struct LibraryView: View {
|
|||
.foregroundColor(viewModel.filters == defaultFilters ? .accentColor : Color(UIColor.systemOrange))
|
||||
|
||||
Button {
|
||||
// libraryRouter.route(to: \.search, .init(parentID: viewModel.parentID))
|
||||
libraryRouter.route(to: \.search, .init(parentID: viewModel.parentID))
|
||||
} label: {
|
||||
Image(systemName: "magnifyingglass")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue