diff --git a/frontend/vue/components/Admin/Branding/CustomAssetForm.vue b/frontend/vue/components/Admin/Branding/CustomAssetForm.vue index 998617222..8392c8483 100644 --- a/frontend/vue/components/Admin/Branding/CustomAssetForm.vue +++ b/frontend/vue/components/Admin/Branding/CustomAssetForm.vue @@ -69,7 +69,7 @@ const relist = () => { file.value = null; loading.value = true; - axios.get(this.apiUrl).then((resp) => { + axios.get(props.apiUrl).then((resp) => { isUploaded.value = resp.data.is_uploaded; url.value = resp.data.url;