From 48407dbd7a8e2b96f2666b9c34566dc621671d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ska=C5=82ka?= Date: Wed, 12 Jul 2023 11:29:12 +0200 Subject: [PATCH] fixed variable name in TextInputLabel --- src/components/TextInput/TextInputLabel/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TextInput/TextInputLabel/index.js b/src/components/TextInput/TextInputLabel/index.js index fd1e8857a089..013d10051973 100644 --- a/src/components/TextInput/TextInputLabel/index.js +++ b/src/components/TextInput/TextInputLabel/index.js @@ -17,7 +17,7 @@ class TextInputLabel extends PureComponent { (this.label = el)} pointerEvents="none" - accessibilityRole={CONST.ACCESSIBILITY_ROLE_TEXT} + accessibilityRole={CONST.ACCESSIBILITY_ROLE.TEXT} style={[styles.textInputLabel, styles.textInputLabelDesktop, styles.textInputLabelTransformation(this.props.labelTranslateY, 0, this.props.labelScale)]} > {this.props.label}