delete panelSlice initialState
This commit is contained in:
6
com.twin.app.shoptime/.gitignore
vendored
6
com.twin.app.shoptime/.gitignore
vendored
@@ -1,13 +1,13 @@
|
|||||||
# dependencies
|
# dependencies
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
# production
|
# production
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
@@ -3,7 +3,7 @@ import { createSlice } from "@reduxjs/toolkit";
|
|||||||
import { panel_names } from "../../utils/Config";
|
import { panel_names } from "../../utils/Config";
|
||||||
|
|
||||||
const initialState = {
|
const initialState = {
|
||||||
panels: [{ name: panel_names.FEATURED_BRANDS_PANEL }],
|
panels: [],
|
||||||
isModalOpen: false,
|
isModalOpen: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user