fix(datalist): typo on doSort

This commit is contained in:
Simon Vieille 2025-03-26 10:28:16 +01:00
commit e773ab0e97
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -9,7 +9,7 @@
class="cursor"
:class="header.thClasses"
valign="top"
@click="soSort(header.orderKey ?? header.key)"
@click="doSort(header.orderKey ?? header.key)"
>
<SortButton
:current-order="order"