add missing title
This commit is contained in:
parent
7c6bfd6271
commit
1b7f14e0e0
|
|
@ -36,6 +36,7 @@ const ModalUpdateTexture: React.FC<Props> = (props) => {
|
|||
<Modal
|
||||
show={props.open}
|
||||
center
|
||||
title={t('admin.changeTexture')}
|
||||
onConfirm={handleConfirm}
|
||||
onClose={handleClose}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user