mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 22:46:45 +00:00
fix conflicts
This commit is contained in:
@@ -19,7 +19,7 @@ export const viewIcons: Record<number | string, { icon: any; color: string }> =
|
||||
view: { icon: MdiEyeIcon, color: 'blue' },
|
||||
}
|
||||
|
||||
export const viewTypeAlias = {
|
||||
export const viewTypeAlias: Record<number, string> = {
|
||||
[ViewTypes.GRID]: 'grid',
|
||||
[ViewTypes.FORM]: 'form',
|
||||
[ViewTypes.GALLERY]: 'gallery',
|
||||
|
||||
Reference in New Issue
Block a user