panelReducer test code 삭제
This commit is contained in:
@@ -2,7 +2,7 @@ import { types } from "../actions/actionTypes";
|
||||
import { panel_names } from "../utils/Config";
|
||||
|
||||
const initialState = {
|
||||
panels: [{ name: panel_names.DETAIL_PANEL }],
|
||||
panels: [],
|
||||
isModalOpen: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user