From 50ba91ecf1dd6c8292e1911eb83a71be59fa14a9 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Fri, 27 Mar 2026 09:57:03 +0200 Subject: [PATCH] fix --- .../Vendors/VendorForm/VendorFormBasicSection.tsx | 9 ++------- .../containers/Vendors/VendorForm/VendorFormContent.tsx | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/webapp/src/containers/Vendors/VendorForm/VendorFormBasicSection.tsx b/packages/webapp/src/containers/Vendors/VendorForm/VendorFormBasicSection.tsx index 6c3507c24..4ded2682f 100644 --- a/packages/webapp/src/containers/Vendors/VendorForm/VendorFormBasicSection.tsx +++ b/packages/webapp/src/containers/Vendors/VendorForm/VendorFormBasicSection.tsx @@ -74,13 +74,8 @@ export function VendorFormBasicSection({}) { {/*----------- Display Name -----------*/} - - - - - } + label={} + helperText="This is the name that appears on invoices and emails." inline fill > diff --git a/packages/webapp/src/containers/Vendors/VendorForm/VendorFormContent.tsx b/packages/webapp/src/containers/Vendors/VendorForm/VendorFormContent.tsx index 4b58742c5..48ab23694 100644 --- a/packages/webapp/src/containers/Vendors/VendorForm/VendorFormContent.tsx +++ b/packages/webapp/src/containers/Vendors/VendorForm/VendorFormContent.tsx @@ -46,7 +46,6 @@ export function VendorFormContent() { -