Skip to content

Commit

Permalink
typofix:laf函数调用时,弹出文字错误 (#2951)
Browse files Browse the repository at this point in the history
* typofix:laf函数调用时,弹出文字错误

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

* fix typo ui
  • Loading branch information
zhengkai6 authored Oct 22, 2024
1 parent 445a389 commit 779ff29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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']}>
Expand Down

0 comments on commit 779ff29

Please sign in to comment.