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:
Sarah Eisa 2019-11-02 18:59:57 +02:00 committed by Matteo Pagliazzi
parent 9988b1e82d
commit 84d76a2ebc

View file

@ -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