mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 18:46:50 +00:00
chore(nc-gui): remove as any typecasts wherever possible
This commit is contained in:
@@ -18,7 +18,7 @@ export const viewIcons = {
|
||||
}
|
||||
|
||||
export const viewTypeAlias = {
|
||||
[ViewTypes.GRID as any]: 'grid',
|
||||
[ViewTypes.FORM as any]: 'form',
|
||||
[ViewTypes.GALLERY as any]: 'gallery',
|
||||
[ViewTypes.GRID]: 'grid',
|
||||
[ViewTypes.FORM]: 'form',
|
||||
[ViewTypes.GALLERY]: 'gallery',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user