Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Nov 23, 2023
1 parent 92e0f54 commit 8cd5a97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/heattraceapp/src/lib/config/heattraceSidesheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ import { HeattraceSidesheet } from '@cc-components/heattracesidesheet';

export const sidesheetConfig: SidesheetConfig<HeatTrace> = {
type: 'default',
DetailsSidesheet: (props) => (
<HeattraceSidesheet.Component id={props.id} item={props.item} close={props.close} />
),
DetailsSidesheet: HeattraceSidesheet,
};

0 comments on commit 8cd5a97

Please sign in to comment.