renamed var
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
c043fff7bd
commit
847d7ed372
@ -95,9 +95,9 @@ open class Toggle: ToggleBase, VDSMoleculeViewProtocol {
|
|||||||
guard let viewModel else { return }
|
guard let viewModel else { return }
|
||||||
|
|
||||||
//set properties from the viewModel change that came in
|
//set properties from the viewModel change that came in
|
||||||
if let accessibileString = viewModel.accessibilityText {
|
if let accessibilityText = viewModel.accessibilityText {
|
||||||
accessibilityLabelEnabled = accessibileString
|
accessibilityLabelEnabled = accessibilityText
|
||||||
accessibilityLabelDisabled = accessibileString
|
accessibilityLabelDisabled = accessibilityText
|
||||||
}
|
}
|
||||||
isAnimated = viewModel.animated
|
isAnimated = viewModel.animated
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user