|
@@ -65,7 +65,6 @@ const SlackIntegration = (props) => {
|
|
|
fetchSlackIntegrationData();
|
|
fetchSlackIntegrationData();
|
|
|
}, [fetchSlackIntegrationData]);
|
|
}, [fetchSlackIntegrationData]);
|
|
|
|
|
|
|
|
-
|
|
|
|
|
const handleBotTypeSelect = (clickedBotType) => {
|
|
const handleBotTypeSelect = (clickedBotType) => {
|
|
|
if (clickedBotType === currentBotType) {
|
|
if (clickedBotType === currentBotType) {
|
|
|
return;
|
|
return;
|