diff --git a/client/src/components/AboutGalaxy.vue b/client/src/components/AboutGalaxy.vue index 5f065b718d65..4c40f4978d06 100644 --- a/client/src/components/AboutGalaxy.vue +++ b/client/src/components/AboutGalaxy.vue @@ -12,7 +12,7 @@ import ExternalLink from "@/components/ExternalLink.vue"; import License from "@/components/License/License.vue"; import UtcDate from "@/components/UtcDate.vue"; -const { config, isLoaded } = useConfig(); +const { config, isConfigLoaded } = useConfig(); const clientBuildDate = __buildTimestamp__ || new Date().toISOString(); const apiDocsLink = `${getAppRoot()}api/docs`; @@ -27,7 +27,7 @@ const versionUserDocumentationUrl = computed(() => {