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 @@ ...@@ -5,7 +5,7 @@
<tr> <tr>
<th class="position-relative" scope="col" @click="sort('uid')"> <th class="position-relative" scope="col" @click="sort('uid')">
<BtnSort <BtnSort
fieldName="date_sortie" fieldName="uid"
title="UID" title="UID"
:currentSort="currentSort" :currentSort="currentSort"
:currentSortDir="currentSortDir" /> :currentSortDir="currentSortDir" />
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
@click="sort('pubkey')" @click="sort('pubkey')"
v-if="displayPubkey"> v-if="displayPubkey">
<BtnSort <BtnSort
fieldName="date_sortie" fieldName="pubkey"
:title="$t('cle.publique.title')" :title="$t('cle.publique.title')"
:currentSort="currentSort" :currentSort="currentSort"
:currentSortDir="currentSortDir" /> :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