удаление console.log

This commit is contained in:
PotapovaA 2026-06-23 11:32:33 +03:00
parent 1797044a2b
commit c4d1a10fb8

View File

@ -221,7 +221,6 @@ const RealtimeTable = ({ formType, formId, sheetName, direction }) => {
editingCell editingCell
], ],
); );
console.log(columns)
const table = useMaterialReactTable(tableConfig); const table = useMaterialReactTable(tableConfig);