Renames in Frontend

This commit is contained in:
Qstick
2020-05-15 23:32:52 -04:00
committed by ta264
parent ee4e44b81a
commit ee43ccf620
387 changed files with 4036 additions and 4364 deletions
+3 -3
View File
@@ -60,8 +60,8 @@ export const defaultState = {
isVisible: false
},
{
name: 'trackCount',
label: 'Track Count',
name: 'bookCount',
label: 'Book Count',
isVisible: false
},
{
@@ -94,7 +94,7 @@ export const defaultState = {
// Actions Types
export const FETCH_SERIES = 'series/fetchSeries';
export const SET_SERIES_SORT = 'albums/setSeriesSort';
export const SET_SERIES_SORT = 'books/setSeriesSort';
export const CLEAR_SERIES = 'series/clearSeries';
//