diff --git a/src/components/misc/api-config.vue b/src/components/misc/api-config.vue index 846099e7c..debf99b5e 100644 --- a/src/components/misc/api-config.vue +++ b/src/components/misc/api-config.vue @@ -96,6 +96,7 @@ export default { const url = await checkAndSetApiUrl(this.apiUrl, () => this.$store.dispatch('config/update')) if (url === '') { + // If the config setter function could not figure out a url return }