fixed public share links

This commit is contained in:
vabene1111
2021-04-10 14:36:56 +02:00
parent e88fb88d8a
commit f21de5eddc
3 changed files with 6 additions and 4 deletions

View File

@ -41,7 +41,7 @@ export function apiLoadCookBooks(query) {
return axios.get(resolveDjangoUrl('api:recipebook-list') + '?query=' + query).then((response) => {
return response.data
}).catch((err) => {
handleError(err, 'There was an error creating a resource!', 'danger')
//handleError(err, 'There was an error loading a resource!', 'danger')
})
}