Skip to content

Commit

Permalink
Merge branch 'feat/context-missing-warning' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel committed Oct 19, 2023
2 parents 3c8d4ea + 0b71d1e commit b69b559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const AdvancedPromptInput: FC<Props> = ({
className={editorHeight}
value={value}
contextBlock={{
show: true,
selectable: !hasSetBlockStatus.context,
datasets: dataSets.map(item => ({
id: item.id,
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/lang/common.zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const translation = {
owner: '所有者',
admin: '管理员',
adminTip: '能够建立应用程序和管理团队设置',
normal: '正常人',
normal: '成员',
normalTip: '只能使用应用程序,不能建立应用程序',
inviteTeamMember: '添加团队成员',
inviteTeamMemberTip: '对方在登录后可以访问你的团队数据。',
Expand Down

0 comments on commit b69b559

Please sign in to comment.