fix: can not input param value in tool test modal (#7281)
This commit is contained in:
@@ -327,11 +327,6 @@ const EditCustomCollectionModal: FC<Props> = ({
|
||||
<Button variant='primary' onClick={handleSave}>{t('common.operation.save')}</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
isShowMask={true}
|
||||
clickOutsideNotOpen={true}
|
||||
/>
|
||||
{showEmojiPicker && <EmojiPicker
|
||||
onSelect={(icon, icon_background) => {
|
||||
setEmoji({ content: icon, background: icon_background })
|
||||
@@ -357,6 +352,11 @@ const EditCustomCollectionModal: FC<Props> = ({
|
||||
onHide={() => setIsShowTestApi(false)}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
}
|
||||
isShowMask={true}
|
||||
clickOutsideNotOpen={true}
|
||||
/>
|
||||
</>
|
||||
|
||||
)
|
||||
|
Reference in New Issue
Block a user