Skip to content

Commit

Permalink
Fix template delete page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed May 28, 2018
1 parent f1fcf33 commit 467856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin/template/_short_name/_id/delete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
asyncData ({ app, params, error, store }) {
return app.$axios.$get('/api/project', {
parems: {
params: {
info: {
template_id: params.id
}
Expand Down

0 comments on commit 467856b

Please sign in to comment.