Skip to content

Commit

Permalink
fix(uip-setting): js-ling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Apr 22, 2021
1 parent d05ecac commit 85caef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/setting/select-setting/select-setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class UIPSelectSetting extends UIPSetting {
static inconsistentState = {
value: 'inconsistent',
text: 'Inconsistent value'
}
};

@attr({defaultValue: 'replace'}) mode: 'replace' | 'append';
@boolAttr() multiple: boolean;
Expand Down

0 comments on commit 85caef2

Please sign in to comment.