fix: securing tasks and notes all view (#6869)

ISSUE 

- Closes #6863
This commit is contained in:
Nabhag Motivaras 2024-09-03 12:46:42 +05:30 committed by GitHub
parent f15c5e5b58
commit 6e7cb27af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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: '',

View File

@ -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: '',