replaces MagicWand icon for autocolumns

This commit is contained in:
mikesealey 2025-04-11 10:51:09 +01:00
parent 2ce7e5d585
commit 0ff6c0eac9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export const getColumnIcon = column => {
return "Calculator"
}
if (column.schema.autocolumn) {
return "MagicWand"
return "Shapes"
}
if (helpers.schema.isDeprecatedSingleUserColumn(column.schema)) {
return "User"