Skip to content

Commit

Permalink
Merge pull request #2123 from SpareBank1/develop_fix
Browse files Browse the repository at this point in the history
fix(ffe-modals-react): forgott to pass the portal container
  • Loading branch information
pethel authored Jun 25, 2024
2 parents ab4cd07 + b25839d commit 9737f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ffe-modals-react/src/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const Modal = React.forwardRef<ModalHandle, ModalProps>(
{children}
</div>
</dialog>,
document.body,
portalContainer,
);
},
);

0 comments on commit 9737f59

Please sign in to comment.