Skip to content

Commit

Permalink
fix: FORMS-953 submission assignment with email notes error (bcgov#1212)
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Moar <[email protected]>
  • Loading branch information
bcgov-citz-ccft and WalterMoar committed Jan 5, 2024
1 parent 2269532 commit ff525b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/components/forms/FormSubmission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
});
},
refreshNotes() {
this.$fefs.notesPanel.getNotes();
this.$refs.notesPanel.getNotes();
},
setDraft(status) {
Expand Down

0 comments on commit ff525b9

Please sign in to comment.