|
|
@@ -152,6 +152,7 @@ const SlackIntegration = (props) => {
|
|
|
<div
|
|
|
className={`card admin-bot-card mx-3 rounded border-radius-sm shadow ${currentBotType === 'official-bot' ? 'border-primary' : ''}`}
|
|
|
onClick={() => handleBotTypeSelect('official-bot')}
|
|
|
+ role="button"
|
|
|
>
|
|
|
<div>
|
|
|
<h3 className={`card-header mb-0 py-3 text-center ${currentBotType === 'official-bot' ? 'bg-primary text-light' : ''}`}>
|
|
|
@@ -191,6 +192,7 @@ const SlackIntegration = (props) => {
|
|
|
<div
|
|
|
className={`card admin-bot-card mx-3 rounded shadow ${currentBotType === 'custom-bot-without-proxy' ? 'border-primary' : ''}`}
|
|
|
onClick={() => handleBotTypeSelect('custom-bot-without-proxy')}
|
|
|
+ role="button"
|
|
|
>
|
|
|
<h3 className={`card-header mb-0 py-3 text-center text-nowrap ${currentBotType === 'custom-bot-without-proxy' ? 'bg-primary text-light' : ''}`}>
|
|
|
<span className="mr-2">
|
|
|
@@ -232,6 +234,7 @@ const SlackIntegration = (props) => {
|
|
|
<div
|
|
|
className={`card admin-bot-card mx-3 rounded shadow ${currentBotType === 'custom-bot-with-proxy' ? 'border-primary' : ''}`}
|
|
|
onClick={() => handleBotTypeSelect('custom-bot-with-proxy')}
|
|
|
+ role="button"
|
|
|
>
|
|
|
<h3 className={`card-header mb-0 py-3 text-center text-nowrap ${currentBotType === 'custom-bot-with-proxy' ? 'bg-primary text-light' : ''}`}>
|
|
|
<span className="mr-2">
|