Skip to content

Commit

Permalink
Merge branch 'release/v0.20.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed May 29, 2024
2 parents f5e7aa1 + cb94745 commit ce11a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/basic/oui-form-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ defineProps<{
</script>

<template>
<template v-if="title || $slots.description || description">
<template v-if="title != null || $slots.description || description">
<div class="oui-form-item">
<label>
<div class="oui-form-item-title">
<div v-if="title" class="oui-form-item-title">
{{ title }}
<span v-if="required">*</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oui-kit",
"type": "module",
"version": "0.20.12",
"version": "0.20.13",
"author": {
"email": "[email protected]",
"name": "Dirk Holtwick",
Expand Down

0 comments on commit ce11a2e

Please sign in to comment.