Skip to content

Commit

Permalink
Merge pull request #8864 from rtibbles/labels_optional
Browse files Browse the repository at this point in the history
Make KSelect label prop optional to match KeenUI Select.
  • Loading branch information
nucleogenesis authored Dec 8, 2021
2 parents b585310 + 0bf467b commit 89c6284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/core/assets/src/views/KSelect/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
*/
label: {
type: String,
required: true,
default: null,
},
/**
* Whether disabled or not
Expand Down

0 comments on commit 89c6284

Please sign in to comment.