Skip to content

Commit 6783357

Browse files
valadasbdukes
authored andcommitted
Removed unused reac-modal in common components
1 parent ae7d379 commit 6783357

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Dnn.AdminExperience/ClientSide/Dnn.React.Common/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"react-custom-scrollbars": "^4.2.1",
3636
"react-day-picker": "^7.4.10",
3737
"react-height": "^3.0.2",
38-
"react-modal": "^3.16.3",
3938
"react-motion": "^0.5.2",
4039
"react-scrollbar": "^0.5.6",
4140
"react-slider": "2.0.6",

Dnn.AdminExperience/ClientSide/Dnn.React.Common/src/Modal/modal.stories.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import React, { Component } from "react";
2-
import ReactModal from "react-modal";
32
import Modal from "./index";
43

5-
ReactModal.setAppElement("body");
6-
74
const storyStyle = {
85
overlay: {
96
zIndex: "99999",

0 commit comments

Comments
 (0)