update form required on Provider

This commit is contained in:
Wikzyy
2025-04-11 10:17:19 +07:00
parent cdec6aa3e4
commit d7077fe03a

View File

@ -374,7 +374,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">
Agent Name<span className="text-red-500">*</span>
Agent Name
</label>
<Input type="text" placeholder="Type Agent Only" readOnly />
</div>