mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +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…
Reference in New Issue
Block a user