fix: removed console log in work shifts table
This commit is contained in:
@@ -18,7 +18,6 @@ const useWorkShiftsTable = () => {
|
||||
itemsPerPage: 10,
|
||||
})
|
||||
.then(res => {
|
||||
console.log(res.shifts);
|
||||
setShifts(res.shifts);
|
||||
setTotalPages(res.paginationInfo.totalPages);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user