mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-30 08:54:31 +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"
|
||||
:btnClasses="'btn btn-light icon-btn'"
|
||||
:position="'right'"
|
||||
:btnIcon="'sn-icon sn-icon-sort'"
|
||||
:btnIcon="'sn-icon sn-icon-sort-down'"
|
||||
@sort="setSort"
|
||||
></MenuDropdown>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue