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