We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180c115 commit d5ef8f3Copy full SHA for d5ef8f3
ui/src/layout/layout-header/avatar/APIKeyDialog.vue
@@ -87,7 +87,7 @@ const props = defineProps({
87
})
88
const emit = defineEmits(['addData'])
89
90
-const apiUrl = window.location.origin + +`${window.MaxKB.prefix}/api-doc/`
+const apiUrl = window.location.origin + `${window.MaxKB.prefix}/api-doc/`
91
const SettingAPIKeyDialogRef = ref()
92
const dialogVisible = ref<boolean>(false)
93
const loading = ref(false)
0 commit comments