fix coolumn config

This commit is contained in:
PotapovaA 2026-08-11 13:34:33 +03:00
parent 9f5b1d964c
commit 79fbb25786

View File

@ -177,7 +177,7 @@ const RealtimeTable = ({ formType, formId, sheetName, direction, year }) => {
}, []); }, []);
const columns = useMemo(() => { const columns = useMemo(() => {
if (!columnsConfig || !columnsConfig.columns || columnsCurStage.length === 0) return []; if (!columnsConfig || !columnsConfig.columns) return [];
try { try {
return getTableColumns({ return getTableColumns({
Cell, Cell,