fix: API 클라이언트 설정 원복 및 빈 테이블명 API 호출 방지
- API 클라이언트를 원래 포트 8080으로 되돌림 - loadEntityDisplayConfig에서 sourceTable/joinTable이 비어있을 때 API 호출 방지 - 불필요한 백엔드 서버 중지
This commit is contained in:
@@ -1013,6 +1013,8 @@ export const DetailSettingsPanel: React.FC<DetailSettingsPanelProps> = ({
|
||||
currentTable,
|
||||
columns: currentTable?.columns,
|
||||
columnsLength: currentTable?.columns?.length,
|
||||
sampleColumn: currentTable?.columns?.[0],
|
||||
deptCodeColumn: currentTable?.columns?.find((col) => col.columnName === "dept_code"),
|
||||
});
|
||||
return currentTable?.columns || [];
|
||||
})()}
|
||||
|
||||
Reference in New Issue
Block a user