From a12060f5ff342c58105880915340c3081a329a96 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 17 Jul 2025 12:54:50 +0000 Subject: [PATCH] Remove status change hint text from invoice form Co-authored-by: soconnor0919 --- src/components/forms/invoice-form.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/forms/invoice-form.tsx b/src/components/forms/invoice-form.tsx index 3977440..dce7791 100644 --- a/src/components/forms/invoice-form.tsx +++ b/src/components/forms/invoice-form.tsx @@ -661,11 +661,6 @@ function InvoiceForm({ invoiceId }: InvoiceFormProps) { ))} - {invoiceId && hasOnlyStatusChanged && ( -
- Only status will be updated -
- )}