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
|
||||
node_modules
|
||||
|
||||
|
||||
# testing
|
||||
coverage
|
||||
|
||||
|
||||
# production
|
||||
build
|
||||
dist
|
||||
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
@@ -3,7 +3,7 @@ import { createSlice } from "@reduxjs/toolkit";
|
||||
import { panel_names } from "../../utils/Config";
|
||||
|
||||
const initialState = {
|
||||
panels: [{ name: panel_names.FEATURED_BRANDS_PANEL }],
|
||||
panels: [],
|
||||
isModalOpen: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user