zahmis 4 лет назад
Родитель
Сommit
aa0c63dd95

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

@@ -30,8 +30,8 @@ const MessageBasedOnConnection = (props) => {
 };
 
 MessageBasedOnConnection.propTypes = {
-  isLatestConnectionSuccess: PropTypes.bool,
-  logsValue: PropTypes.string,
+  isLatestConnectionSuccess: PropTypes.bool.isRequired,
+  logsValue: PropTypes.string.isRequired,
 };