Skip to content

Commit

Permalink
disable close on click outside
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Jan 19, 2024
1 parent f16fb45 commit 6c2b4ba
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 6c2b4ba

Please sign in to comment.