|
|
@@ -1,7 +1,7 @@
|
|
|
import React from 'react';
|
|
|
|
|
|
-import PropTypes from 'prop-types';
|
|
|
import { useTranslation } from 'next-i18next';
|
|
|
+import PropTypes from 'prop-types';
|
|
|
import {
|
|
|
Button, Modal, ModalHeader, ModalBody, ModalFooter,
|
|
|
} from 'reactstrap';
|
|
|
@@ -91,4 +91,6 @@ DeleteSlackBotSettingsModal.propTypes = {
|
|
|
onClickDeleteButton: PropTypes.func,
|
|
|
};
|
|
|
|
|
|
+DeleteSlackBotSettingsModal.displayName = 'DeleteSlackBotSettingsModal';
|
|
|
+
|
|
|
export default DeleteSlackBotSettingsModal;
|