Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/substitute-environment-objects-f…
Browse files Browse the repository at this point in the history
…or-environment' into for-try-awwait-throws
  • Loading branch information
PSchmiedmayer committed Aug 16, 2024
2 parents ead8193 + 4409c2a commit 4599d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ import SpeziOnboarding
import SwiftUI

struct OpenAIAPIKey: View {
@EnvironmentObject private var onboardingNavigationPath: OnboardingNavigationPath
@Environment(OnboardingNavigationPath.self) private var onboardingNavigationPath: OnboardingNavigationPath

var body: some View {
LLMOpenAIAPITokenOnboardingStep {
Expand Down

0 comments on commit 4599d56

Please sign in to comment.