Skip to content

Commit

Permalink
chore(Modal): remove deprecated Modal.Inner (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Feb 22, 2023
1 parent d7eaa87 commit 7f90575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dnb-eufemia/src/components/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class Modal extends React.PureComponent<
static Bar = ModalHeaderBar
static Header = ModalHeader
static Content = ModalInner
static Inner = ModalInner // deprecated

static getContent(props) {
if (typeof props.modal_content === 'string') {
Expand Down

0 comments on commit 7f90575

Please sign in to comment.