|
|
@@ -19,8 +19,8 @@ const CustomBotWithProxySettings = (props) => {
|
|
|
|
|
|
{/* TODO delete tmp props */}
|
|
|
<CustomBotWithProxyIntegrationCard
|
|
|
- siteName={["siteName1", "siteName2"]}
|
|
|
- slackWSNameInWithProxy={["wsName1", "wsName2"]}
|
|
|
+ siteName={['siteName1', 'siteName2']}
|
|
|
+ slackWSNameInWithProxy={['wsName1', 'wsName2']}
|
|
|
isSlackScopeSet
|
|
|
/>
|
|
|
|