Add migrations for the store
This commit is contained in:
@@ -35,7 +35,7 @@ export interface State {
|
||||
}
|
||||
}
|
||||
|
||||
const initialState: State = {
|
||||
export const initialState: State = {
|
||||
albums: {
|
||||
...albumAdapter.getInitialState(),
|
||||
isLoading: false,
|
||||
|
||||
Reference in New Issue
Block a user