From 6c8c17fcfc959b9275a91f957d112ce1783ea96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 21 Apr 2020 18:04:37 +0200 Subject: [PATCH] Fix show results MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/views/Create.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Create.vue b/src/views/Create.vue index a254696..d0c06f1 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -337,7 +337,7 @@ export default { this.$router.push({ name: 'results', params: { - hash: this.form.event.hash, + hash: this.form.hash, }, }) },