Skip to content
Snippets Groups Projects
Commit 08ee0d48 authored by Dominik Seeger's avatar Dominik Seeger Committed by robinwilliam.hundt
Browse files

creating labels with default color now works as expected

parent 221b2aac
No related branches found
No related tags found
1 merge request!193Resolve "creating label fails with default color"
Pipeline #110930 passed
......@@ -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: "#4d4d4d" }) readonly colour!: string
@Prop({ type: String, default: "#4D4D4D" }) readonly colour!: string
@Prop({ type: Number, required: false }) readonly pk!: number
@Prop({ type: Boolean, default: false }) readonly is_update!: boolean
......
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