Skip to content

Commit

Permalink
fix(select-setting): lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Aug 4, 2022
1 parent f840316 commit 1d07ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/select-setting/select-setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class UIPSelectSetting extends UIPSetting {
if (e.detail.attribute !== 'dark-theme') return;
let dropdownClass = UIPSelectSetting.dropdownClass;
if (e.detail.value !== null) dropdownClass += ' uip-dark-dropdown';
this.$field.dropdownClass = dropdownClass
this.$field.dropdownClass = dropdownClass;
}

/** Reset [select]{@link $field} value. */
Expand Down

0 comments on commit 1d07ee6

Please sign in to comment.