fix(stage-ui): disable onboarding next button when api key is required and missing
This commit is contained in:
@@ -436,7 +436,7 @@ onMounted(() => {
|
||||
<!-- Action Buttons -->
|
||||
<Button
|
||||
:label="t('settings.dialogs.onboarding.next')"
|
||||
:disabled="!selectedProviderId"
|
||||
:disabled="!selectedProviderId || (needsApiKey && apiKey.trim().length === 0)"
|
||||
:loading="isLoadingActiveProviderModels"
|
||||
@click="handleFinishProviderConfiguration"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user