Merge pull request 'fix coolumn config' (#81) from fix-update-column-config into test

Reviewed-on: #81
This commit is contained in:
PotapovaA 2026-08-11 13:34:54 +03:00
commit 2f42071b3a

View File

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