update correct the label name on the input form

This commit is contained in:
Wikzyy
2025-04-23 09:53:30 +07:00
parent 6aed0f465d
commit fc40440f3f
6 changed files with 8 additions and 8 deletions

View File

@ -319,7 +319,7 @@ const EditDialog = () => {
<div className="w-full">
<div className="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5">
<label className="form-label flex items-center gap-1 max-w-56">
Transaction Type Id<span className="text-red-500">*</span>
Transaction Type<span className="text-red-500">*</span>
</label>
<Select
value={formField.transaction_type}