Skip to content
Snippets Groups Projects
Commit eb84f192 authored by Dominik Seeger's avatar Dominik Seeger
Browse files

creating labels with default color now works as expected

parent 3f165e7c
No related branches found
No related tags found
No related merge requests found
Pipeline #110676 canceled
This commit is part of merge request !193. Comments created here will be created in the context of that merge request.
......@@ -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