Page Height Should Be Minimized with "No Reports Found" Message in Daily Progress Report.
This commit is contained in:
parent
c8166114c4
commit
ded2f73cc0
@ -234,7 +234,11 @@ const AttendanceLog = ({
|
||||
</div>
|
||||
<div
|
||||
className="table-responsive text-nowrap"
|
||||
<<<<<<< HEAD
|
||||
style={{ minHeight: "200px", display: 'flex', alignItems: 'center', justifyContent: 'center' }}
|
||||
=======
|
||||
style={{ minHeight: "200px" }}
|
||||
>>>>>>> f8192ae (Page Height Should Be Minimized with "No Reports Found" Message in Daily Progress Report.)
|
||||
>
|
||||
{data && data.length > 0 && (
|
||||
<table className="table mb-0">
|
||||
|
Loading…
x
Reference in New Issue
Block a user