Fix rich editor tooltip typo for insert attachments button (halo-dev/console#734)

修复富文本组件的显示提示信息

Co-authored-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: John Niang <johnniang@riseup.net>
pull/3445/head
liuchang_cloud 2022-11-30 23:00:37 +08:00 committed by GitHub
parent 0f23066545
commit 3c7f5bf0bc
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ const toolbarMenuItems = computed(() => {
{
type: "button",
icon: markRaw(MdiFileImageBox),
title: "SuperScript",
title: "插入附件",
action: () => (attachmentSelectorModal.value = true),
isActive: () => false,
},