Skip to content

Commit

Permalink
Fix the property of options to let
Browse files Browse the repository at this point in the history
  • Loading branch information
aqua-ix committed Aug 21, 2024
1 parent 8434691 commit eef98f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Sources/CommonComponents/SelectionChips.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Theme
public struct SelectionChips<SelectableCase: Selectable>: View where SelectableCase.AllCases: RandomAccessCollection {
@Binding public var selected: SelectableCase?
public var notSelectedTitle: String?
public var options: [SelectableCase]
public let options: [SelectableCase]

public init(
selected: Binding<SelectableCase?>,
Expand Down

0 comments on commit eef98f0

Please sign in to comment.