diff options
Diffstat (limited to 'src/lib/form/components/Merchant.jsx')
| -rw-r--r-- | src/lib/form/components/Merchant.jsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx index beb50f50..75b4e132 100644 --- a/src/lib/form/components/Merchant.jsx +++ b/src/lib/form/components/Merchant.jsx @@ -168,7 +168,9 @@ const CreateMerchant = () => { control={control} render={(props) => <HookFormSelect {...props} options={company_unit} />} /> - <div className='text-caption-2 text-danger-500 mt-1'>{errors.company_unit?.message}</div> + <div className='text-caption-2 text-danger-500 mt-1'> + {errors.company_unit?.message} + </div> </div> </div> <div className='grid grid-cols-1 md:grid-cols-2 gap-4 mt-4'> |
