mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
parent
f15c5e5b58
commit
6e7cb27af2
@ -12,7 +12,7 @@ export const notesAllView = async (
|
||||
name: 'All Notes',
|
||||
objectMetadataId: objectMetadataMap[STANDARD_OBJECT_IDS.note].id,
|
||||
type: 'table',
|
||||
key: null,
|
||||
key: 'INDEX',
|
||||
position: 0,
|
||||
icon: 'IconNotes',
|
||||
kanbanFieldMetadataId: '',
|
||||
|
@ -12,7 +12,7 @@ export const tasksAllView = async (
|
||||
name: 'All Tasks',
|
||||
objectMetadataId: objectMetadataMap[STANDARD_OBJECT_IDS.task].id,
|
||||
type: 'table',
|
||||
key: null,
|
||||
key: 'INDEX',
|
||||
position: 0,
|
||||
icon: 'IconCheckbox',
|
||||
kanbanFieldMetadataId: '',
|
||||
|
Loading…
Reference in New Issue
Block a user