Skip to content

Commit

Permalink
feat: modify panel header icon render, to make it consistent with ele…
Browse files Browse the repository at this point in the history
…ment template icon renderer
  • Loading branch information
zxuanhong committed Jan 5, 2024
1 parent 926e308 commit 559a5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/PanelHeaderProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const PanelHeaderProvider = {
getElementIcon: (element) => {
const concreteType = getConcreteType(element);

const templateIcon = getModelerTemplateIcon(element)
const templateIcon = getModelerTemplateIcon(element);

if (templateIcon) {
return () => <img class="bio-properties-panel-header-template-icon" width="32" height="32" src={ templateIcon } />;
Expand Down

0 comments on commit 559a5da

Please sign in to comment.