[UI Work] Misc UI Fixes and Tweaks

This commit is contained in:
Qstick 2017-09-16 16:22:06 -04:00
commit 44cc642ad4
80 changed files with 267 additions and 349 deletions

View file

@ -30,5 +30,5 @@ export default connectSection(
createMapDispatchToProps,
undefined,
{ withRef: true },
{ section: 'series', uiSection: 'seriesIndex' }
{ section: 'series', uiSection: 'artistIndex' }
)(ArtistIndexTable);