Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Commits
552cc241
Commit
552cc241
authored
10 months ago
by
Jens Christian Aanestad
Browse files
Options
Downloads
Patches
Plain Diff
bug/Fixed build error in SuitableChallanges.vue
parent
d4a0ba46
Branches
refactor/create-goal-after-configuration-steps
Branches containing commit
No related tags found
1 merge request
!68
Refactor/create goal after configuration steps
Pipeline
#282294
passed with warnings
10 months ago
Stage: install
Stage: build
Stage: test
Stage: lint
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/Configuration/ConfigurationSteps/SuitableChallenges.vue
+1
-1
1 addition, 1 deletion
...s/Configuration/ConfigurationSteps/SuitableChallenges.vue
src/components/InputFields/BaseInput.vue
+0
-2
0 additions, 2 deletions
src/components/InputFields/BaseInput.vue
with
1 addition
and
3 deletions
src/components/Configuration/ConfigurationSteps/SuitableChallenges.vue
+
1
−
1
View file @
552cc241
...
...
@@ -5,7 +5,7 @@ import Button1 from '@/components/Buttons/Button1.vue'
import
{
ref
}
from
'
vue
'
import
{
useConfigurationStore
}
from
'
@/stores/ConfigurationStore
'
import
{
useUserInfoStore
}
from
'
@/stores/UserStore
'
import
{
AuthenticationService
,
Configuration
,
OpenAPI
,
type
SignUpRequest
}
from
'
@/api
'
import
{
AuthenticationService
,
OpenAPI
,
type
SignUpRequest
}
from
'
@/api
'
import
handleUnknownError
from
'
@/components/Exceptions/unkownErrorHandler
'
const
router
=
useRouter
();
...
...
This diff is collapsed.
Click to expand it.
src/components/InputFields/BaseInput.vue
+
0
−
2
View file @
552cc241
...
...
@@ -19,8 +19,6 @@ const props = defineProps({
required
:
true
},
modelValue
:
{
type
:
String
,
default
:
""
},
min
:
{
type
:
String
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment