Skip to content
Snippets Groups Projects
Commit 161eb599 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correct sorting members in MemberList

parent 349caf81
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<tr>
<th class="position-relative" scope="col" @click="sort('uid')">
<BtnSort
fieldName="date_sortie"
fieldName="uid"
title="UID"
:currentSort="currentSort"
:currentSortDir="currentSortDir" />
......@@ -16,7 +16,7 @@
@click="sort('pubkey')"
v-if="displayPubkey">
<BtnSort
fieldName="date_sortie"
fieldName="pubkey"
:title="$t('cle.publique.title')"
:currentSort="currentSort"
:currentSortDir="currentSortDir" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment