Steven Fukase пре 5 година
родитељ
комит
d819f37f8e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

@@ -17,6 +17,7 @@ const SlackIntegration = () => {
   }
 
   const handleBotTypeSelect = (clickedBotType) => {
+    console.log(clickedBotType);
     setmodalVisibility(true);
   };
 
@@ -39,7 +40,6 @@ const SlackIntegration = () => {
     <>
       <div className="container">
         <ConfirmBotChangeModal
-          title="Modal Title"
           show={modalVisibility}
           onButtonClick={(button) => {
             if (button === 'close') setmodalVisibility(false);