Show download client ID as hint in select options

pull/2027/head
Bogdan 3 months ago
parent 7d46660583
commit a5ecc2dc9f

@ -24,7 +24,8 @@ function createMapStateToProps() {
.sort(sortByName)
.map((downloadClient) => ({
key: downloadClient.id,
value: downloadClient.name
value: downloadClient.name,
hint: `(${downloadClient.id})`
}));
if (includeAny) {

Loading…
Cancel
Save