time tracking
This commit is contained in:
@@ -13,8 +13,6 @@ const EmployeeTableModal = ({
|
||||
innerProps
|
||||
}: ContextModalProps<Props>) => {
|
||||
useEffect(() => {
|
||||
console.log("Effect from table modal");
|
||||
console.log(innerProps.items);
|
||||
}, [innerProps.items.current])
|
||||
return (
|
||||
<Flex direction={"column"} gap={rem(10)}>
|
||||
|
||||
Reference in New Issue
Block a user