1
0
This commit is contained in:
Ahmed Bouhuolia
2026-03-27 09:57:03 +02:00
parent 5ba753e808
commit 50ba91ecf1
2 changed files with 2 additions and 8 deletions
@@ -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 />