mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
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:
parent
9988b1e82d
commit
84d76a2ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue