Skip to content

Commit

Permalink
Make BookmarkEditorViewModel.favoritesDisplayMode public
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 21, 2023
1 parent 4df0990 commit 5e7521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Bookmarks/BookmarkEditorViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class BookmarkEditorViewModel: ObservableObject {
}

let context: NSManagedObjectContext
let favoritesDisplayMode: FavoritesDisplayMode
public let favoritesDisplayMode: FavoritesDisplayMode

@Published public var bookmark: BookmarkEntity
@Published public var locations = [Location]()
Expand Down

0 comments on commit 5e7521f

Please sign in to comment.