diff --git a/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue b/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue index ca4ce0b0cd2d..e7e1c2432a78 100644 --- a/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue +++ b/src/dispatch/static/dispatch/src/incident/ReportSubmissionCard.vue @@ -196,6 +196,8 @@ export default { this.incident_priority = { name: this.query.incident_priority } } + this.getFAQ() + this.$watch( (vm) => [vm.project], () => {