Fix market dropdownmenu default text (#11481)
* Fix market dropdownmenu default text Add text attribute to b-dropdown in filterDropdown component * Fix market dropdownmenu default text delete the text attribute form b-dropdown because it wasn't the right solution In filterDropdown b-dropdown tag change the span slot to button-content to match the recent changes in bootstrap vue
This commit is contained in:
committed by
Matteo Pagliazzi
parent
9988b1e82d
commit
84d76a2ebc
@@ -3,7 +3,7 @@
|
||||
<span class="dropdown-label">{{ label }}</span>
|
||||
<b-dropdown right="right">
|
||||
<span
|
||||
slot="text"
|
||||
slot="button-content"
|
||||
:class="{'dropdown-icon-item': withIcon}"
|
||||
>
|
||||
<slot
|
||||
|
||||
Reference in New Issue
Block a user