Skip to content
Snippets Groups Projects

Resolve "Clarification System"

Merged robinwilliam.hundt requested to merge 84-clarification-system into master
All threads resolved!
Files
4
@@ -22,7 +22,7 @@ export default class FeedbackLabel extends Vue {
@Prop({ type: String, required: true }) readonly description!: string
@Prop({ type: String, required: true }) readonly colour!: string
@Prop({ type: Boolean, default: false }) readonly removable!: boolean
onClose() {
this.$emit("remove-clicked", this.pk)
}
Loading