Skip to content

Commit

Permalink
Merge pull request #970 from equinor/master
Browse files Browse the repository at this point in the history
release radix-web-console
  • Loading branch information
nilsgstrabo authored Feb 20, 2024
2 parents 8a7d4ae + d51f3d3 commit 97fa8dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/page-active-component/external-dns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ export const ExternalDNSAccordion: FunctionComponent<{
<ExternalDNSList
externalDnsList={externalDNSList}
onItemClick={(v) => {
if (v.tls.useAutomation) {
return;
}
setSelectedExternalDns(v);
setVisibleScrim(true);
}}
Expand Down

0 comments on commit 97fa8dc

Please sign in to comment.