From 255f24904c62dfe6b265d0df7b4335a7b9ceacc3 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Sun, 12 Apr 2026 01:56:03 +0200 Subject: [PATCH] Collection: fixed changing position in element issue --- front/src/CollectionForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/CollectionForm.vue b/front/src/CollectionForm.vue index bdcd2c2..9073195 100644 --- a/front/src/CollectionForm.vue +++ b/front/src/CollectionForm.vue @@ -60,7 +60,7 @@ function onDrop(id, position) { } postCollectionChangePosition(props.id, itemIdBeingGrabbed.value, position).then((res) => { if (res.ok) { - fetchCollection() + getCollection(data, error, props.id, limit, offset.value) } else { res.json().then((json) => { error.value = json