|
|
|
|
@ -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}
|
|
|
|
|
/>
|
|
|
|
|
</>
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|