fix: default title for addon type select

This commit is contained in:
Botzy 2025-12-08 17:06:50 +02:00
parent 4881f2c340
commit 9a9cd2de12

View file

@ -50,7 +50,7 @@ const mapSelectableInputs = (installedAddons, remoteAddons, t) => {
remoteAddons.selected !== null ?
t.stringWithPrefix(remoteAddons.selected.request.path.type, 'TYPE_')
:
typeSelect.title;
t.string('SELECT_TYPE');
},
onSelect: (value) => {
window.location = value;