kaori 5 lat temu
rodzic
commit
0916808f23

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxyIntegrationCard.jsx

@@ -57,7 +57,7 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
 
 CustomBotWithoutProxyIntegrationCard.propTypes = {
   siteName: PropTypes.string.isRequired,
-  slackWSNameInWithoutProxy: PropTypes.object,
+  slackWSNameInWithoutProxy: PropTypes.string,
   isSetupSlackBot: PropTypes.bool.isRequired,
 };