Added additional stats and ticket printing to all time tickets screen BOD-191
This commit is contained in:
@@ -12,17 +12,18 @@ export function TimeTicketEnterButton({
|
||||
actions,
|
||||
context,
|
||||
setTimeTicketContext,
|
||||
disabled,
|
||||
children,
|
||||
}) {
|
||||
return (
|
||||
<Button
|
||||
disabled={disabled}
|
||||
onClick={() => {
|
||||
setTimeTicketContext({
|
||||
actions,
|
||||
context,
|
||||
});
|
||||
}}
|
||||
>
|
||||
}}>
|
||||
{children}
|
||||
</Button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user