mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-20 10:46:19 +08:00
Merge pull request #7327 from G-Chubinidze/gc_SCI_10253
Wrong sorting icon on result page [SCI-10253]
This commit is contained in:
commit
7db878ced6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
:listItems="this.sortMenu"
|
:listItems="this.sortMenu"
|
||||||
:btnClasses="'btn btn-light icon-btn'"
|
:btnClasses="'btn btn-light icon-btn'"
|
||||||
:position="'right'"
|
:position="'right'"
|
||||||
:btnIcon="'sn-icon sn-icon-sort'"
|
:btnIcon="'sn-icon sn-icon-sort-down'"
|
||||||
@sort="setSort"
|
@sort="setSort"
|
||||||
></MenuDropdown>
|
></MenuDropdown>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue