summaryrefslogtreecommitdiffstats
path: root/web/react/components/delete_channel_modal.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-17 16:10:16 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-11-17 16:14:00 -0500
commit70de0125abdc84d70580f82b29a4314e3515a587 (patch)
treef6e76ac51d8c1534cd61abdcf1224673b25c0f6f /web/react/components/delete_channel_modal.jsx
parent3d572be2f3bb0d4b6b2eb83b69a209234f807231 (diff)
downloadchat-70de0125abdc84d70580f82b29a4314e3515a587.tar.gz
chat-70de0125abdc84d70580f82b29a4314e3515a587.tar.bz2
chat-70de0125abdc84d70580f82b29a4314e3515a587.zip
Removed Modal base class
Diffstat (limited to 'web/react/components/delete_channel_modal.jsx')
-rw-r--r--web/react/components/delete_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/delete_channel_modal.jsx b/web/react/components/delete_channel_modal.jsx
index 17694e779..271f21c3a 100644
--- a/web/react/components/delete_channel_modal.jsx
+++ b/web/react/components/delete_channel_modal.jsx
@@ -3,7 +3,7 @@
const AsyncClient = require('../utils/async_client.jsx');
const Client = require('../utils/client.jsx');
-const Modal = require('./modal.jsx');
+const Modal = ReactBootstrap.Modal;
const TeamStore = require('../stores/team_store.jsx');
const Utils = require('../utils/utils.jsx');