mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
Merge pull request #1084 from Stremio/fix/addons-selectable-inputs
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
[Addons]: Fix default title for addons type select
This commit is contained in:
commit
058bb58bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ const mapSelectableInputs = (installedAddons, remoteAddons, t) => {
|
||||||
remoteAddons.selected !== null ?
|
remoteAddons.selected !== null ?
|
||||||
t.stringWithPrefix(remoteAddons.selected.request.path.type, 'TYPE_')
|
t.stringWithPrefix(remoteAddons.selected.request.path.type, 'TYPE_')
|
||||||
:
|
:
|
||||||
typeSelect.title;
|
t.string('SELECT_TYPE');
|
||||||
},
|
},
|
||||||
onSelect: (value) => {
|
onSelect: (value) => {
|
||||||
window.location = value;
|
window.location = value;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue