mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Small field type changes
This commit is contained in:
@@ -49,10 +49,6 @@ const fieldTypes: FieldTypeOption[] = [
|
||||
name: 'Email',
|
||||
type: 'email',
|
||||
},
|
||||
{
|
||||
name: 'File',
|
||||
type: 'file',
|
||||
},
|
||||
{
|
||||
name: 'Multi Select',
|
||||
type: 'multiSelect',
|
||||
@@ -86,7 +82,7 @@ const fieldTypes: FieldTypeOption[] = [
|
||||
type: 'updatedAt',
|
||||
},
|
||||
{
|
||||
name: 'Last Updated by user',
|
||||
name: 'Last Updated By',
|
||||
type: 'updatedBy',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user