typofix:laf函数调用时,弹出文字错误 (#2951)
Some checks are pending
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run

* typofix:laf函数调用时,弹出文字错误

laf函数调用,新增/编辑输出时,显示错误,目前显示为新增/编辑输入

* fix typo ui
This commit is contained in:
zhengkai 2024-10-22 08:50:03 +08:00 committed by GitHub
parent 445a38924f
commit 779ff29ed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ const FieldModal = ({
<MyModal
isOpen={true}
iconSrc="/imgs/workflow/extract.png"
title={isEdit ? t('workflow:edit_input') : t('workflow:add_new_input')}
title={isEdit ? t('workflow:edit_output') : t('workflow:add_new_output')}
overflow={'unset'}
>
<ModalBody w={'100%'} overflow={'auto'} display={'flex'} flexDirection={['column', 'row']}>