Remove status change hint text from invoice form

Co-authored-by: soconnor0919 <soconnor0919@gmail.com>
This commit is contained in:
Cursor Agent
2025-07-17 12:54:50 +00:00
parent 117ba0832a
commit a12060f5ff

View File

@@ -661,11 +661,6 @@ function InvoiceForm({ invoiceId }: InvoiceFormProps) {
))}
</SelectContent>
</Select>
{invoiceId && hasOnlyStatusChanged && (
<div className="mt-1 text-xs text-blue-600 dark:text-blue-400">
Only status will be updated
</div>
)}
</div>
</div>