Skip to content

Commit

Permalink
Fixing frontend typo (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Mar 11, 2023
1 parent ce7c731 commit d8825d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/case/DetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<v-select
v-model="resolution_reason"
label="Resolution Reason"
:items="visibilities"
:items="resolutionReasons"
hint="The general reason why a given case was resolved."
/>
</v-flex>
Expand Down

0 comments on commit d8825d5

Please sign in to comment.