aboutsummaryrefslogtreecommitdiff
path: root/src/components/PrintPreviewFooter.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PrintPreviewFooter.vue')
-rw-r--r--src/components/PrintPreviewFooter.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PrintPreviewFooter.vue b/src/components/PrintPreviewFooter.vue
index 3d1dd4c..670b82d 100644
--- a/src/components/PrintPreviewFooter.vue
+++ b/src/components/PrintPreviewFooter.vue
@@ -7,7 +7,7 @@
import User from "./../classes/user.js"
import axios from "axios"
- const user = ref()
+ const user = ref(new User())
// temporarily using this
// TODO: don't call api from PrintPreview