zahmis 4 lat temu
rodzic
commit
e4153f9b5e

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

@@ -31,7 +31,7 @@ const MessageBasedOnConnection = (props) => {
 
 
 MessageBasedOnConnection.propTypes = {
 MessageBasedOnConnection.propTypes = {
   isLatestConnectionSuccess: PropTypes.bool,
   isLatestConnectionSuccess: PropTypes.bool,
-  latestConnectionMessage: PropTypes.string,
+  logsValue: PropTypes.string,
 };
 };