Browse Source

merge

pull/16/head
liu2592603532 1 year ago
parent
commit
7dca75748a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      react-ui/src/components/KFModal/index.tsx

+ 0
- 1
react-ui/src/components/KFModal/index.tsx View File

@@ -15,7 +15,6 @@ function KFModal({ title, image, children, className, ...rest }: KFModalProps) {
className={classNames(['kf-modal', className])} className={classNames(['kf-modal', className])}
{...rest} {...rest}
title={<ModalTitle title={title} image={image}></ModalTitle>} title={<ModalTitle title={title} image={image}></ModalTitle>}
closeIcon={<CloseIcon></CloseIcon>}
> >
{children} {children}
</Modal> </Modal>


Loading…
Cancel
Save