Show download client ID as hint in select options

This commit is contained in:
Bogdan
2024-02-07 10:05:01 +02:00
parent 7d46660583
commit a5ecc2dc9f

View File

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