Skip to content

Commit

Permalink
Merge pull request #175 from icefoganalytics/test
Browse files Browse the repository at this point in the history
Status Link
  • Loading branch information
datajohnson authored Oct 10, 2023
2 parents e9735fb + a81f9ac commit 139fa08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/web/src/components/application/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ export default {
case 28:
this.$router.push(`/application/${this.applicationId}/csgtp/${funding_request_id}`);
break;
case 5:
this.$router.push(`/application/${this.applicationId}/cslpt/${funding_request_id}`);
break;
default:
console.log("REQUEST", request_type_id);
Expand Down

0 comments on commit 139fa08

Please sign in to comment.