Skip to content

Commit

Permalink
feat: toggle timesheet IDs based on checkbox state
Browse files Browse the repository at this point in the history
  • Loading branch information
Innocent-Akim committed Dec 13, 2024
1 parent 380288e commit 6e4a96c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ export function DataTableTimeSheet({ data, user }: { data?: GroupedTimesheet[],
console.error(`Unsupported action: ${action}`);
}
};
console.log("============+++++++++========>", selectTimesheetId);

return (
<div className="w-full dark:bg-dark--theme">
Expand Down

0 comments on commit 6e4a96c

Please sign in to comment.