diff --git a/front/src/components/RemoteSearchForm.vue b/front/src/components/RemoteSearchForm.vue index 122a7f0ed..46240c9a1 100644 --- a/front/src/components/RemoteSearchForm.vue +++ b/front/src/components/RemoteSearchForm.vue @@ -120,7 +120,7 @@ const createFetch = async () => { isLoading.value = true try { - const response = await axios.post('federation/fetches/', { object: id.value }) + const response = await axios.post('federation/fetches/', { object_uri: id.value }) obj.value = response.data if (response.data.status === 'errored' || response.data.status === 'skipped') {