Skip to content

Commit

Permalink
change inputwrapper import
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Nov 23, 2023
1 parent 0e44f75 commit 134f72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/EditRequestMerchantPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, {useCallback, useRef} from 'react';
import {View} from 'react-native';
import _ from 'underscore';
import FormProvider from '@components/Form/FormProvider';
import InputWrapperWithRef from '@components/Form/InputWrapper';
import InputWrapper from '@components/Form/InputWrapper';
import HeaderWithBackButton from '@components/HeaderWithBackButton';
import ScreenWrapper from '@components/ScreenWrapper';
import TextInput from '@components/TextInput';
Expand Down Expand Up @@ -52,7 +52,7 @@ function EditRequestMerchantPage({defaultMerchant, onSubmit}) {
enabledWhenOffline
>
<View style={styles.mb4}>
<InputWrapperWithRef
<InputWrapper
InputComponent={TextInput}
inputID="merchant"
name="merchant"
Expand Down

0 comments on commit 134f72a

Please sign in to comment.