Skip to content

Commit

Permalink
Fixing issue where FAQ wouldn't populate on pre-filled projects (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Sep 2, 2021
1 parent 39a1e99 commit d3395a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ export default {
this.incident_priority = { name: this.query.incident_priority }
}
this.getFAQ()
this.$watch(
(vm) => [vm.project],
() => {
Expand Down

0 comments on commit d3395a2

Please sign in to comment.