mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-15 10:34:43 -05:00
Remove status change hint text from invoice form
Co-authored-by: soconnor0919 <soconnor0919@gmail.com>
This commit is contained in:
@@ -661,11 +661,6 @@ function InvoiceForm({ invoiceId }: InvoiceFormProps) {
|
|||||||
))}
|
))}
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
{invoiceId && hasOnlyStatusChanged && (
|
|
||||||
<div className="mt-1 text-xs text-blue-600 dark:text-blue-400">
|
|
||||||
Only status will be updated
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user