분할패널 설정 간소화
This commit is contained in:
@@ -22,12 +22,12 @@ export const SplitPanelLayoutDefinition = createComponentDefinition({
|
||||
defaultConfig: {
|
||||
leftPanel: {
|
||||
title: "마스터",
|
||||
showSearch: true,
|
||||
showSearch: false,
|
||||
showAdd: false,
|
||||
},
|
||||
rightPanel: {
|
||||
title: "디테일",
|
||||
showSearch: true,
|
||||
showSearch: false,
|
||||
showAdd: false,
|
||||
relation: {
|
||||
type: "detail",
|
||||
|
||||
Reference in New Issue
Block a user