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

@ -181,7 +181,7 @@ const EditDialog = () => {
<div className="card-body grid gap-5">
<div className="grid grid-cols-8 gap-2 w-full items-center">
<label className="form-label flex items-center gap-1 col-span-2">
Name<span className="text-red-500">*</span>
Reward Name<span className="text-red-500">*</span>
</label>
<Input
@ -193,7 +193,7 @@ const EditDialog = () => {
</div>
<div className="grid grid-cols-8 gap-2 w-full items-center">
<label className="form-label flex items-center gap-1 col-span-2">
Type<span className="text-red-500">*</span>
Reward Type<span className="text-red-500">*</span>
</label>
<div className="col-span-6">