fix: worktime table columns order fix
This commit is contained in:
@@ -182,6 +182,7 @@ const WorkTimeTable = () => {
|
||||
</Flex>
|
||||
</Flex>
|
||||
<Flex>
|
||||
{dateRange[1] !== null && (
|
||||
<BaseTable
|
||||
data={data}
|
||||
columns={columns}
|
||||
@@ -208,6 +209,8 @@ const WorkTimeTable = () => {
|
||||
} as MRT_TableOptions<EmployeeData>
|
||||
}
|
||||
/>
|
||||
)}
|
||||
|
||||
</Flex>
|
||||
</Flex>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user