Skip to content

Commit

Permalink
issue Modals not rendering when LWS security flag is active. salesfor…
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropbazzo authored Dec 30, 2023
1 parent b2ab369 commit 54d78c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/private/manager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const customStyles = {
class Manager extends React.Component {
static defaultProps = {
title: '',
isOpen: false,
isOpen: true,
};

state = {
Expand Down

0 comments on commit 54d78c4

Please sign in to comment.