mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 18:55:55 +08:00
fix: can not input param value in tool test modal (#7281)
This commit is contained in:
parent
681ec6f845
commit
8f5d8397f9
@ -327,11 +327,6 @@ const EditCustomCollectionModal: FC<Props> = ({
|
|||||||
<Button variant='primary' onClick={handleSave}>{t('common.operation.save')}</Button>
|
<Button variant='primary' onClick={handleSave}>{t('common.operation.save')}</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
}
|
|
||||||
isShowMask={true}
|
|
||||||
clickOutsideNotOpen={true}
|
|
||||||
/>
|
|
||||||
{showEmojiPicker && <EmojiPicker
|
{showEmojiPicker && <EmojiPicker
|
||||||
onSelect={(icon, icon_background) => {
|
onSelect={(icon, icon_background) => {
|
||||||
setEmoji({ content: icon, background: icon_background })
|
setEmoji({ content: icon, background: icon_background })
|
||||||
@ -357,6 +352,11 @@ const EditCustomCollectionModal: FC<Props> = ({
|
|||||||
onHide={() => setIsShowTestApi(false)}
|
onHide={() => setIsShowTestApi(false)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
isShowMask={true}
|
||||||
|
clickOutsideNotOpen={true}
|
||||||
|
/>
|
||||||
</>
|
</>
|
||||||
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user