mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Remove unused prop (#589)
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
cece089a54
commit
985abe230e
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ export const Frame: React.FC<React.ImgHTMLAttributes<HTMLImageElement>> = ({ alt
|
|||
dialogClassName={'text-dark'}
|
||||
show={showFullscreenImage}
|
||||
onHide={() => setShowFullscreenImage(false)}
|
||||
closeButton={true}
|
||||
size={'xl'}
|
||||
>
|
||||
<Modal.Header closeButton={true}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue