Skip to content

Commit

Permalink
Fix form update wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
FPT-NMTung committed Jul 14, 2024
1 parent f88afaf commit 2c0add6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/transactionPage/UpdateTransaction.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ const UpdateTransaction = (props) => {
label={'Wallet'}
placeholder={'Please select the wallet'}
control={control}
rules={{
required: 'Field is required'
}}
/>
<div className={'flex flex-row gap-1 justify-center items-start'}>
<InputArrowTransaction
Expand Down

0 comments on commit 2c0add6

Please sign in to comment.