mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix class name parameter in SelectSyncPlayAccessElement
This commit is contained in:
parent
390d9cc213
commit
52c45bae42
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue