Skip to content

Commit

Permalink
feat(cc-addon-option-form): properly pass new cc-addon-option icon …
Browse files Browse the repository at this point in the history
…property
  • Loading branch information
roberttran-cc committed Jun 26, 2023
1 parent b72e0b5 commit fc76583
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export class CcAddonOptionForm extends LitElement {
return html`
<cc-addon-option
title="${option.title}"
.icon="${option.icon}"
logo="${option.logo}"
?enabled=${enabled}
@cc-addon-option:input=${(e) => this._onOptionToggle(e, option.name)}
Expand Down

0 comments on commit fc76583

Please sign in to comment.