Skip to content

Commit 6e04e30

Browse files
Mise à jour de la fonction refreshTarget() pour inclure l'appel à refreshEvent()
1 parent fda97b1 commit 6e04e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/identities/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ onMounted(() => {
9090
})
9191
9292
function refreshTarget(target: Identity) {
93-
console.log('refreshTarget', target)
9493
twopan.value.read(target)
94+
refreshEvent()
9595
}
9696
9797
const { pagination, onRequest, initializePagination } = usePagination()

0 commit comments

Comments
 (0)