충돌수정
This commit is contained in:
parent
45f0c667c2
commit
08ea14eed7
|
|
@ -344,7 +344,6 @@ export const ButtonConfigPanel: React.FC<ButtonConfigPanelProps> = ({
|
||||||
loadColumns();
|
loadColumns();
|
||||||
}, [config.action?.dataTransfer?.sourceTable, config.action?.dataTransfer?.targetTable]);
|
}, [config.action?.dataTransfer?.sourceTable, config.action?.dataTransfer?.targetTable]);
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
// 🆕 modal 액션: 대상 화면 테이블 조회 및 필드 매핑 로드
|
// 🆕 modal 액션: 대상 화면 테이블 조회 및 필드 매핑 로드
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const actionType = config.action?.type;
|
const actionType = config.action?.type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue