Refactor_Directory And Project Level Permsssion #404

Merged
pramod.mahajan merged 90 commits from Refactor_Directory into main 2025-09-17 10:24:46 +00:00
Showing only changes of commit cc7ef47055 - Show all commits

View File

@ -133,23 +133,25 @@ const ProjectPermission = () => {
</>
)}
</select>
</div>
{errors.employeeId && (
<div className="text-danger small">
{errors.employeeId && (
<div className="d-block text-danger small">
{errors.employeeId.message}
</div>
)}
</div>
</div>
<div className="mt-3 text-end">
<button
{isDirty && ( <button
type="submit"
className="btn btn-sm btn-primary"
disabled={isPending || loading}
>
{isPending ? "Please Wait..." : "Save Permission"}
</button>
</button>)}
</div>
</div>