Compare commits
No commits in common. "2f42071b3a2edb195163ce003a167d4e3031a354" and "55791474d60a486f50c298a05fbab619941fddcd" have entirely different histories.
2f42071b3a
...
55791474d6
@ -177,7 +177,7 @@ const RealtimeTable = ({ formType, formId, sheetName, direction, year }) => {
|
||||
}, []);
|
||||
|
||||
const columns = useMemo(() => {
|
||||
if (!columnsConfig || !columnsConfig.columns) return [];
|
||||
if (!columnsConfig || !columnsConfig.columns || columnsCurStage.length === 0) return [];
|
||||
try {
|
||||
return getTableColumns({
|
||||
Cell,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user