Skip to content

Commit

Permalink
fix(sdd): meta icon type
Browse files Browse the repository at this point in the history
  • Loading branch information
eikeland committed Jan 23, 2025
1 parent 048a5c9 commit 6cc4ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/searchable-dropdown/src/dropdown/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class SearchableDropdownElement
return unsafeSVG(meta);
default:
if (meta) {
return html`<fwc-icon icon="${meta}" type="${IconType.EDS}"></fwc-icon>`;
return html`<fwc-icon icon="${meta}" type="${item.graphicType ?? IconType.EDS}"></fwc-icon>`;
}
}
}
Expand Down

0 comments on commit 6cc4ed9

Please sign in to comment.