fix: check.

This commit is contained in:
Darshan
2026-01-23 18:56:36 +05:30
parent b8fc3f883d
commit 0d2457ee25
@@ -163,7 +163,7 @@
const systemColumns = new Set(['$id', 'actions']);
const validColumnKeys = new Set([
...$table.columns.map((col) => col.key),
...$columns.map((col) => col.key),
'$createdAt' /* allowed for reordering */,
'$updatedAt' /* allowed for reordering */
]);