Skip to content

Commit

Permalink
test: Re-enable DanaRS-v1 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanv committed Oct 3, 2024
1 parent ad32a89 commit 8bb5202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct DanaKitSetupView: View {
)
}

private let allowedOptions: [Int] = [1, 2]
private let allowedOptions: [Int] = [0, 1, 2]

var body: some View {
VStack(alignment: .leading) {
Expand Down

0 comments on commit 8bb5202

Please sign in to comment.