mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: check.
This commit is contained in:
+1
-1
@@ -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 */
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user