IO-1037 Disable time ticket button on non converted jobs.

This commit is contained in:
Patrick Fic
2021-05-07 14:57:16 -07:00
parent 596ab82d57
commit c6f2aaeca6
4 changed files with 6 additions and 3 deletions

View File

@@ -224,6 +224,7 @@ export function TimeTicketList({
<TimeTicketEnterButton
actions={{ refetch }}
context={{ jobId: jobId }}
disabled={disabled}
>
{t("timetickets.actions.enter")}
</TimeTicketEnterButton>