Commit graph

2 commits

Author SHA1 Message Date
a139f7b25b fix(frontend): improper usage of select element
The <select> element must receive the current value through the `value`
prop and not by setting `selected` on the current option.

Reference: https://reactjs.org/docs/forms.html#the-select-tag
2020-11-07 19:24:52 +01:00
5bc76f23d0 refator: use TimeOptions for TopArtists report 2020-07-12 17:53:31 +02:00
Renamed from frontend/src/components/ReportOptions.tsx (Browse further)