Skip to content

Commit

Permalink
fix: not being able to start a new ump request
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed May 8, 2024
1 parent a4bd346 commit 1f8c96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/StatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
color="#38598a"
theme="dark"
class="ml-2 text-none"
@click.stop="$router.push({ name: 'gmp-step-1' })"
@click.stop="$router.push({ name: requestType === 'penRequest' ? 'gmp-step-1' : 'ump-step-1' })"
>
{{ newRequestText }}
</v-btn>
Expand Down

0 comments on commit 1f8c96a

Please sign in to comment.