diff --git a/src/app/degree-planner/term-container/term-container.component.html b/src/app/degree-planner/term-container/term-container.component.html index e2fd03932822bb00fe98f94b22e3cb0cefc71a83..ac4765146f20c208176bd0f454d4008f6b9444fd 100644 --- a/src/app/degree-planner/term-container/term-container.component.html +++ b/src/app/degree-planner/term-container/term-container.component.html @@ -32,7 +32,7 @@ (cdkDropListDropped)="drop($event)"> <ng-container *ngIf="term.note as note"> - <div class="note-item"> + <div class="note-item" (click)="openNotesDialog()"> <p class="semi-bold">Note</p> <p class="note-excerpt">{{ note.note }}</p> </div>