Skip to content
Snippets Groups Projects
Commit dfff3ee5 authored by Trygve Jørgensen's avatar Trygve Jørgensen
Browse files

fix(goal): new goal saved defaults to 0

parent d7b2765b
No related branches found
No related tags found
3 merge requests!66Final merge,!24UI cleanup,!4Pipeline fix
......@@ -18,7 +18,7 @@ const maxDate = thirtyDaysFromNow.toISOString().slice(0, 16)
const goalInstance = ref<Goal>({
id: 0,
title: '',
saved: 50,
saved: 0,
target: 100,
completion: 0,
description: '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment