Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Jan Maximilian Michal
grady
Commits
08ee0d48
Commit
08ee0d48
authored
5 years ago
by
Dominik Seeger
Committed by
robinwilliam.hundt
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
creating labels with default color now works as expected
parent
221b2aac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!193
Resolve "creating label fails with default color"
Pipeline
#110930
passed
5 years ago
Stage: build
Stage: test
Stage: pages
Stage: staging
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/components/feedback_labels/FeedbackLabelForm.vue
+1
-1
1 addition, 1 deletion
...tend/src/components/feedback_labels/FeedbackLabelForm.vue
with
1 addition
and
1 deletion
frontend/src/components/feedback_labels/FeedbackLabelForm.vue
+
1
−
1
View file @
08ee0d48
...
...
@@ -40,7 +40,7 @@ import { FeedbackLabels } from "@/store/modules/feedback-labels";
export
default
class
FeedbackLabelForm
extends
Vue
{
@
Prop
({
type
:
String
,
default
:
""
})
readonly
name
!
:
string
@
Prop
({
type
:
String
,
default
:
""
})
readonly
description
!
:
string
@
Prop
({
type
:
String
,
default
:
"
#4
d4d4d
"
})
readonly
colour
!
:
string
@
Prop
({
type
:
String
,
default
:
"
#4
D4D4D
"
})
readonly
colour
!
:
string
@
Prop
({
type
:
Number
,
required
:
false
})
readonly
pk
!
:
number
@
Prop
({
type
:
Boolean
,
default
:
false
})
readonly
is_update
!
:
boolean
...
...
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