Skip to content

Commit

Permalink
Merge pull request #327 from framgia/HRIS-428
Browse files Browse the repository at this point in the history
[HRIS-428] - [Bugtask] The display name of “Project Leader” is not properly displayed from the table when selecting a project leader
  • Loading branch information
jessrey-asterisk authored Nov 8, 2024
2 parents dce8f8e + aa53e1b commit d73d897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const ChangeShiftRequestModal: FC<Props> = ({ isOpen, timeEntry, closeModal }):
closeModal
}}
/>
<main className="grid grid-cols-2 gap-x-4 gap-y-6 py-6 px-8 text-xs text-slate-800">
<main className="grid grid-cols-2 gap-x-4 gap-y-6 py-10 px-8 text-xs text-slate-800">
{/* Shift Request */}
<section className="col-span-2">
<label
Expand Down

0 comments on commit d73d897

Please sign in to comment.