Skip to content

Commit

Permalink
AB#245: Filter diagram type notes on the side panel
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsonmez-simsoft committed Nov 26, 2021
1 parent c6b37b7 commit f4f1301
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/components/RelatedObjectNotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ export const EXCLUDED_ASSESSMENT_FIELDS = [
INVISIBLE_CUSTOM_FIELDS_FIELD
]

const EXCLUDED_NOTE_TYPES = [NOTE_TYPE.ASSESSMENT, NOTE_TYPE.PARTNER_ASSESSMENT]
const EXCLUDED_NOTE_TYPES = [
NOTE_TYPE.ASSESSMENT,
NOTE_TYPE.PARTNER_ASSESSMENT,
NOTE_TYPE.DIAGRAM
]

const RelatedObjectNotes = ({
notesElemId,
Expand Down

0 comments on commit f4f1301

Please sign in to comment.