Skip to content

Commit

Permalink
change icon of content type (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
VargaJoe authored Oct 26, 2023
1 parent 83d13f1 commit 3d3389c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const ViewTitle: React.FunctionComponent<ViewTitleProps> = (props) => {
width: '24px',
cursor: 'pointer',
}}
item={props.content}
item={{ ContentTypeName: 'ContentType' }}
/>
</span>
)}
Expand Down

0 comments on commit 3d3389c

Please sign in to comment.