Skip to content

Commit

Permalink
refactor: update dashboard variables style
Browse files Browse the repository at this point in the history
  • Loading branch information
jsers committed Aug 1, 2022
1 parent a44dbe9 commit 1be3fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/dashboard/VariableConfig/DisplayItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function DisplayItem(props: IProps) {
style={{
width: '180px',
}}
maxTagCount='responsive'
onChange={(v) => {
let val = v;
if (multi && allOption && val.includes('all')) {
Expand Down

0 comments on commit 1be3fcf

Please sign in to comment.