@ -12,7 +12,7 @@ export const notesAllView = async (
|
|||||||
name: 'All Notes',
|
name: 'All Notes',
|
||||||
objectMetadataId: objectMetadataMap[STANDARD_OBJECT_IDS.note].id,
|
objectMetadataId: objectMetadataMap[STANDARD_OBJECT_IDS.note].id,
|
||||||
type: 'table',
|
type: 'table',
|
||||||
key: null,
|
key: 'INDEX',
|
||||||
position: 0,
|
position: 0,
|
||||||
icon: 'IconNotes',
|
icon: 'IconNotes',
|
||||||
kanbanFieldMetadataId: '',
|
kanbanFieldMetadataId: '',
|
||||||
|
|||||||
@ -12,7 +12,7 @@ export const tasksAllView = async (
|
|||||||
name: 'All Tasks',
|
name: 'All Tasks',
|
||||||
objectMetadataId: objectMetadataMap[STANDARD_OBJECT_IDS.task].id,
|
objectMetadataId: objectMetadataMap[STANDARD_OBJECT_IDS.task].id,
|
||||||
type: 'table',
|
type: 'table',
|
||||||
key: null,
|
key: 'INDEX',
|
||||||
position: 0,
|
position: 0,
|
||||||
icon: 'IconCheckbox',
|
icon: 'IconCheckbox',
|
||||||
kanbanFieldMetadataId: '',
|
kanbanFieldMetadataId: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user