Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 23, 2024
1 parent 100bbf8 commit 29dbe0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PVUI/Sources/PVSwiftUI/ArtworkSearch/ArtworkSearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ public struct ArtworkSearchView: View {
@State private var isLoading = false
@State private var errorMessage: String?
@State private var hasSearched = false
#if DEBUG
@Environment(\.sampleArtworkResults) private var sampleResults
#endif
@State private var collapsedGroups: Set<String> = Set()
@State private var selectedTypes: ArtworkType = .defaults
@State private var lastViewedArtwork: ArtworkMetadata?
Expand Down

0 comments on commit 29dbe0b

Please sign in to comment.