|
@@ -16,7 +16,7 @@ const SlackIntegration = () => {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
if (currentBotType === null) {
|
|
if (currentBotType === null) {
|
|
|
- setSelectedBotType(clickedBotType);
|
|
|
|
|
|
|
+ setcurrentBotType(clickedBotType);
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
setSelectedBotType(clickedBotType);
|
|
setSelectedBotType(clickedBotType);
|