Skip to content

Commit dc492e7

Browse files
[ci] lint
1 parent 2b89d92 commit dc492e7

File tree

1 file changed

+2
-2
lines changed
  • packages/studiocms_ui/src/components/Select

1 file changed

+2
-2
lines changed

packages/studiocms_ui/src/components/Select/select.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function loadSelects() {
117117
badge.classList.add('sui-badge', 'primary', 'sm', 'default', 'full', 'sui-select-badge');
118118
badge.setAttribute('data-value', value);
119119
badge.innerHTML = `${label} <svg style='min-width: 8px' xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24'><path fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 18L18 6M6 6l12 12'></path></svg>`;
120-
120+
121121
return badge;
122122
};
123123

@@ -516,7 +516,7 @@ function loadSelects() {
516516
});
517517
handleBadgeOverflow(state, specialContainer);
518518
}
519-
519+
520520
container.dataset.initialized = 'true';
521521
}
522522
}

0 commit comments

Comments
 (0)