Skip to content

Commit

Permalink
ci: trigger workorder deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Sep 6, 2024
1 parent f419dc1 commit f05bbd3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ export const WorkorderSidesheet = (props: {
if (!wo || error) {
return <div>Failed to get Workorder with id: {props.id}</div>;
}

const handleChange = (index: number) => {
setActiveTab(index);
};

return (
<StyledSideSheetContainer>
<SidesheetHeader
Expand Down

0 comments on commit f05bbd3

Please sign in to comment.