set checkin-out button side right

This commit is contained in:
Pramod Mahajan 2025-04-10 02:50:33 +05:30
parent 60232cf121
commit 4a5d9c05e6
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@ const RenderAttendanceStatus = ({ attendanceData, handleModalData,Tab,currentDat
return (
<div className="d-flex justify-content-center">
<div className="d-flex justify-content-end">
<button
type="button"
className={`btn btn-xs ${color}`}

View File

@ -20,8 +20,6 @@ export const markAttendance = createAsyncThunk(
'attendanceLogs/markAttendance', // Updated action type prefix
async ( formData, thunkAPI ) =>
{
try {
let newRecordAttendance = {
Id: formData.id || null,