Skip to content

Commit 3918bb3

Browse files
authored
Merge pull request #253 from dnum-mi/fix/labelVisibleSearchBar
fix: 🐛 Ajoute la props labelVisible au composant DsfrSearchBar
2 parents e020116 + b208f12 commit 3918bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DsfrSearchBar/DsfrSearchBar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineComponent({
2020
type: String,
2121
default: '',
2222
},
23+
labelVisible: Boolean,
2324
large: Boolean,
2425
buttonText: {
2526
type: String,

0 commit comments

Comments
 (0)