|
@@ -111,7 +111,7 @@ CustomBotWithProxyIntegrationCard.propTypes = {
|
|
|
growiApps: PropTypes.array.isRequired,
|
|
growiApps: PropTypes.array.isRequired,
|
|
|
slackWorkSpaces: PropTypes.array,
|
|
slackWorkSpaces: PropTypes.array,
|
|
|
isSlackScopeSet: PropTypes.bool,
|
|
isSlackScopeSet: PropTypes.bool,
|
|
|
- workspaceNames: PropTypes.object,
|
|
|
|
|
|
|
+ workspaceNames: PropTypes.array,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
export default CustomBotWithProxyIntegrationCard;
|
|
export default CustomBotWithProxyIntegrationCard;
|