Skip to content

Commit

Permalink
fix InputWrapper ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Oct 30, 2023
1 parent 9163bb0 commit dba6fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/iou/MoneyRequestDescriptionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {View} from 'react-native';
import {withOnyx} from 'react-native-onyx';
import _ from 'underscore';
import FormProvider from '@components/Form/FormProvider';
import InputWrapper from '@components/Form/InputWrapper';
import InputWrapperWithRef from '@components/Form/InputWrapper';
import HeaderWithBackButton from '@components/HeaderWithBackButton';
import ScreenWrapper from '@components/ScreenWrapper';
import TextInput from '@components/TextInput';
Expand Down Expand Up @@ -124,7 +124,7 @@ function MoneyRequestDescriptionPage({iou, route, selectedTab}) {
enabledWhenOffline
>
<View style={styles.mb4}>
<InputWrapper
<InputWrapperWithRef
InputComponent={TextInput}
inputID="moneyRequestComment"
name="moneyRequestComment"
Expand Down

0 comments on commit dba6fbb

Please sign in to comment.