detail component rename and style update

This commit is contained in:
고동영
2024-02-16 15:02:53 +09:00
parent 772377a029
commit e4f6713dc8
6 changed files with 57 additions and 33 deletions

View File

@@ -2,7 +2,7 @@ import { types } from "../actions/actionTypes";
import { panel_names } from "../utils/Config";
const initialState = {
panels: [],
panels: [{ name: panel_names.DETAIL_PANEL }],
isModalOpen: false,
};