Skip to content
Snippets Groups Projects

feat: Added info for saved so far and end date to elements in list. And...

Merged Victor Ekholt Gunrell Kaste requested to merge feat/redesign-roadmap2 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -298,7 +298,7 @@ export default {
};
try {
await GoalService.updateChallengeAmount({requestBody: createGoalPayload})
} catch (e) {
} catch (e: any) {
console.log(e.message)
}
},
Loading