Skip to content

Commit d195002

Browse files
committed
FE: Remove unecessary console.log
1 parent b985f1e commit d195002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/common/NewTable/ColumnResizer/lib/persister/localStoragePersister.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function useLocalStoragePersister(
2626
sizing = allTablesSizing[tableName] ?? {};
2727
refAllData.current = allTablesSizing;
2828
} catch (e) {
29-
console.error('Couldnt parse colum column sizing from local storage');
29+
return sizing;
3030
}
3131
return sizing;
3232
});

0 commit comments

Comments
 (0)