1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3348 from thornbill/fix-react-emby-select

Fix unstyled emby-select field when rendered with React
This commit is contained in:
Bill Thornton 2022-01-20 00:33:34 -05:00 committed by GitHub
commit 984aa39c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ import globalize from '../../../scripts/globalize';
const createSelectElement = ({ className, id, label }) => ({
__html: `<select
className="${className}"
class="${className}"
is="emby-select"
id="${id}"
label="${label}"