|
@@ -45,7 +45,6 @@ const SlackIntegration = (props) => {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
setSelectedBotType(clickedBotType);
|
|
setSelectedBotType(clickedBotType);
|
|
|
- console.log(clickedBotType);
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const cancelBotChangeHandler = () => {
|
|
const cancelBotChangeHandler = () => {
|