Skip to content

Commit

Permalink
feat(domains): update EditExternalDomainModal to disable TLS verifica…
Browse files Browse the repository at this point in the history
…tion when multiple providers are present
  • Loading branch information
stephdl committed Feb 18, 2025
1 parent b69491a commit ee48aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/src/components/domains/EditExternalDomainModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
value="tls_verifyValue"
:form-item="true"
v-model="tls_verify"
:disabled="loading.alterExternalDomain"
:disabled="loading.alterExternalDomain || domain.providers.length > 1"
ref="tls_verify"
>
<template slot="text-left">{{ $t("common.disabled") }}</template>
Expand Down

0 comments on commit ee48aa9

Please sign in to comment.