🔧 Refactored the volumeGroup to use volume info from mongo
This commit is contained in:
@@ -148,7 +148,7 @@ export const fetchVolumeGroups = () => (dispatch) => {
|
||||
.then((data) => {
|
||||
dispatch({
|
||||
type: IMS_COMIC_BOOK_GROUPS_FETCHED,
|
||||
data,
|
||||
data: data.data,
|
||||
});
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user