Skip to content

Commit

Permalink
fix: securing tasks and notes all view (#6869)
Browse files Browse the repository at this point in the history
ISSUE 

- Closes #6863
  • Loading branch information
Nabhag8848 authored Sep 3, 2024
1 parent f15c5e5 commit 6e7cb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit 6e7cb27

Please sign in to comment.