Merge pull request #15938 from Budibase/BUDI-9237

Replaces MagicWand icon with Shapes on autocolumns
This commit is contained in:
Mike Sealey 2025-04-11 14:55:27 +01:00 committed by GitHub
commit 504e60d9e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"