Skip to content

Commit 2d75053

Browse files
authored
fix: profn (#6611)
1 parent f6bd798 commit 2d75053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • projects/app/src/pageComponents/app/detail/Publish

projects/app/src/pageComponents/app/detail/Publish/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const OutLink = () => {
5151
title: t('publish:wechat.bot'),
5252
desc: t('publish:wechat.bot_desc'),
5353
value: PublishChannelEnum.wechat,
54-
isProFn: true
54+
isProFn: false
5555
},
5656
...(feConfigs?.show_publish_feishu !== false &&
5757
!userInfo?.tags?.includes(UserTagsEnum.enum.wecom)

0 commit comments

Comments
 (0)