improve cross instance import

This commit is contained in:
vabene1111
2023-02-16 17:47:03 +01:00
parent 5dad6b8b17
commit 9f360d8af6

View File

@@ -629,6 +629,7 @@ export default {
return axios.post(resolveDjangoUrl('api_recipe_from_source'), payload,).then((response) => {
if (response.status === 201 && 'link' in response.data) {
window.location = response.data.link
return
}
this.loading = false