Skip to content

Commit

Permalink
Update ChatSettingsView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
intitni authored Dec 12, 2023
1 parent cee3f35 commit 948449d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Core/Sources/HostApp/FeatureSettings/ChatSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -404,13 +404,14 @@ struct ChatSettingsView: View {
}

// MARK: - Preview

#Preview {
ScrollView {
ChatSettingsView()
.padding()
}
.frame(height: 800)
.environment(\.overrideFeatureFlag, \.never)
}
//
//#Preview {
// ScrollView {
// ChatSettingsView()
// .padding()
// }
// .frame(height: 800)
// .environment(\.overrideFeatureFlag, \.never)
//}
//

0 comments on commit 948449d

Please sign in to comment.