Skip to content

Commit

Permalink
Merge pull request #939 from equinor/set-external-dns-scrim-non-dismi…
Browse files Browse the repository at this point in the history
…ssable

disable close external DNS scrim on click outside
  • Loading branch information
nilsgstrabo authored Jan 19, 2024
2 parents f16fb45 + 6c2b4ba commit 1899d3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/page-active-component/external-dns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export const ExternalDNSAccordion: FunctionComponent<{
className="secret-item__scrim"
title={selectedExternalDns.fqdn}
open={visibleScrim}
isDismissable
onClose={() => {
setVisibleScrim(false);
}}
Expand Down

0 comments on commit 1899d3b

Please sign in to comment.