Skip to content

Commit

Permalink
chore(Modal): added ModalProps to moveSpecifier arrays (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye authored Jan 16, 2025
1 parent d221f4f commit ee8c259
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const specifiersToMove = [
"ModalBoxHeader",
"ModalBoxFooter",
"ModalContent",
"ModalProps",
];

const validTests: ValidTests = [];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const specifiersToMove = [
"ModalBoxHeader",
"ModalBoxFooter",
"ModalContent",
"ModalProps",
];

const fromPackage = "@patternfly/react-core";
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import { Modal } from "@patternfly/react-core";
import { Modal, ModalProps } from "@patternfly/react-core";
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import {
Modal
} from '@patternfly/react-core/deprecated';
import { Modal, ModalProps } from "@patternfly/react-core/deprecated";

0 comments on commit ee8c259

Please sign in to comment.