fix
This commit is contained in:
@@ -74,13 +74,8 @@ export function VendorFormBasicSection({}) {
|
||||
{/*----------- Display Name -----------*/}
|
||||
<FFormGroup
|
||||
name={'display_name'}
|
||||
label={
|
||||
<>
|
||||
<T id={'display_name'} />
|
||||
<FieldRequiredHint />
|
||||
<Hint />
|
||||
</>
|
||||
}
|
||||
label={<T id={'display_name'} />}
|
||||
helperText="This is the name that appears on invoices and emails."
|
||||
inline
|
||||
fill
|
||||
>
|
||||
|
||||
@@ -46,7 +46,6 @@ export function VendorFormContent() {
|
||||
<Tab id={vendorFormSections.shippingAddress} title={'Ship address'} />
|
||||
<Tab id={vendorFormSections.notes} title={'Notes'} />
|
||||
</Tabs>
|
||||
|
||||
<VendorFormSections />
|
||||
</Group>
|
||||
<VendorFloatingActions />
|
||||
|
||||
Reference in New Issue
Block a user