We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bd798 commit 2d75053Copy full SHA for 2d75053
1 file changed
projects/app/src/pageComponents/app/detail/Publish/index.tsx
@@ -51,7 +51,7 @@ const OutLink = () => {
51
title: t('publish:wechat.bot'),
52
desc: t('publish:wechat.bot_desc'),
53
value: PublishChannelEnum.wechat,
54
- isProFn: true
+ isProFn: false
55
},
56
...(feConfigs?.show_publish_feishu !== false &&
57
!userInfo?.tags?.includes(UserTagsEnum.enum.wecom)
0 commit comments