Merge pull request 'fix coolumn config' (#81) from fix-update-column-config into test
Reviewed-on: #81
This commit is contained in:
commit
2f42071b3a
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user