Handle validitiy state in backup site adding dialog

This commit is contained in:
Johannes Zellner
2025-10-21 12:44:04 +02:00
parent 783ad9ecda
commit 642487f4c5
2 changed files with 17 additions and 9 deletions
@@ -113,7 +113,7 @@ onMounted(async () => {
<FormGroup>
<label for="providerInput">{{ $t('backups.configureBackupStorage.provider') }} <sup><a href="https://docs.cloudron.io/backups/#storage-providers" class="help" target="_blank" tabindex="-1"><i class="fa fa-question-circle"></i></a></sup></label>
<SingleSelect id="providerInput" v-model="provider" :options="storageProviders" option-key="value" option-label="name" />
<SingleSelect id="providerInput" v-model="provider" :options="storageProviders" option-key="value" option-label="name" required />
</FormGroup>
<!-- mountpoint -->