diff --git a/src/webcomponents/note/note-browser.js b/src/webcomponents/note/note-browser.js index 4bd927f2d..0360ef8a4 100644 --- a/src/webcomponents/note/note-browser.js +++ b/src/webcomponents/note/note-browser.js @@ -204,6 +204,30 @@ export default class NoteBrowser extends LitElement { `; }, }, + { + id: "noteType", + name: "Note Type", + allowedValues: [ + "VARIANT", + "GENE", + "TRANSCRIPT", + "PROTEIN", + "JOB", + "FILE", + "SAMPLE", + "INDIVIDUAL", + "FAMILY", + "COHORT", + "DISEASE_PANEL", + "CLINICAL_ANALYSIS", + "WORKFLOW", + "ORGANIZATION", + "OTHER", + "UNKNOWN", + ], + multiple: true, + description: "", + }, { id: "visibility", name: "Visibility",