1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-24 15:21:28 +00:00

Removed extraneous enum hints in dropdown

This commit is contained in:
Taloth Saldono 2021-05-15 22:05:50 +02:00 committed by Qstick
parent a037a8dbe2
commit a3242b4823

View file

@ -174,8 +174,7 @@ private static List<SelectOption> GetSelectOptions(Type selectOptions)
{
Value = value,
Name = name,
Order = value,
Hint = $"({value})"
Order = value
};
}
});