Skip to content

Commit

Permalink
Merge pull request #218 from indirectlylit/required
Browse files Browse the repository at this point in the history
revert prop change
  • Loading branch information
indirectlylit authored Apr 14, 2021
2 parents fa7f49d + f8438f1 commit 1552868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/buttons-and-links/KIconButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
*/
ariaLabel: {
type: String,
default: null,
default: null, // https://github.com/learningequality/kolibri-design-system/issues/168
},
/**
* Tooltip label
*/
tooltip: {
type: String,
required: true,
default: null, // https://github.com/learningequality/kolibri-design-system/issues/168
},
},
computed: {
Expand Down

0 comments on commit 1552868

Please sign in to comment.