|
|
@@ -10,7 +10,7 @@ import CustomBotWithoutProxyIntegrationCard from './CustomBotWithoutProxyIntegra
|
|
|
import DeleteSlackCredentialsModal from './DeleteSlackCredentialsModal';
|
|
|
|
|
|
const CustomBotWithoutProxySettings = (props) => {
|
|
|
- const { appContainer, isSetupSlackBot } = props;
|
|
|
+ const { appContainer, isSlackScopeSet } = props;
|
|
|
const { t } = useTranslation();
|
|
|
|
|
|
const [siteName, setSiteName] = useState('');
|
|
|
@@ -48,7 +48,7 @@ const CustomBotWithoutProxySettings = (props) => {
|
|
|
|
|
|
<h2 className="admin-setting-header">{t('admin:slack_integration.custom_bot_without_proxy_settings')}</h2>
|
|
|
|
|
|
- {isSetupSlackBot && (
|
|
|
+ {isSlackScopeSet && (
|
|
|
<button
|
|
|
className="pull-right btn text-danger border-danger"
|
|
|
type="button"
|