Skip to content

Commit

Permalink
fix(statutory): fix images upload for candidates. Fixes MA-18 #347
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored May 6, 2020
1 parent f44fbaa commit d1e0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/statutory/EditCandidate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<event-no-body-notification v-show="bodies.length == 0" />

<div v-if="$route.params.id">
<div v-if="$route.params.candidate_id">
<div class="subtitle">Update candidature image</div>

<div class="field is-grouped">
Expand Down

0 comments on commit d1e0d5d

Please sign in to comment.