Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106-2024-07
frontend
Merge requests
!71
Feat/redesign roadmap
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/redesign roadmap
feat/redesign-roadmap
into
main
Overview
0
Commits
4
Pipelines
1
Changes
4
Merged
Victor Ekholt Gunrell Kaste
requested to merge
feat/redesign-roadmap
into
main
10 months ago
Overview
0
Commits
4
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
87a1d237
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
87a1d237
feat: adding padding to make form look nice
· 87a1d237
Victor Ekholt Gunrell Kaste
authored
10 months ago
src/components/SavingGoalComponents/SavingGoalCreate.vue
+
2
−
1
Options
@@ -24,7 +24,6 @@ const createGoalClick = async () => {
targetDate
:
date
.
value
+
"
00:00:00.000000000
"
,
};
console
.
log
(
createGoalPayload
)
try
{
let
response
=
await
GoalService
.
createGoal
({
requestBody
:
createGoalPayload
});
@@ -85,5 +84,7 @@ const createGoalClick = async () => {
.col-lg-8
{
width
:
63%
;
margin-top
:
50px
;
padding-right
:
56px
;
padding-bottom
:
28px
;
}
</
style
>
\ No newline at end of file
Loading