Skip to content

Commit

Permalink
Merge pull request #1060 from ssiyad/fix/portal/reopen_button
Browse files Browse the repository at this point in the history
fix: set `Open` status on `Reopen` button click
  • Loading branch information
ssiyad committed Mar 15, 2023
2 parents de0a391 + cb877bd commit 543c3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/pages/portal/ticketing/Ticket.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
@click="
() => {
$resources.ticket.setValue.submit({
status: 'Closed',
status: 'Open',
})
}
"
Expand Down

0 comments on commit 543c3cb

Please sign in to comment.