mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 08:04:45 -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'}
|
dialogClassName={'text-dark'}
|
||||||
show={showFullscreenImage}
|
show={showFullscreenImage}
|
||||||
onHide={() => setShowFullscreenImage(false)}
|
onHide={() => setShowFullscreenImage(false)}
|
||||||
closeButton={true}
|
|
||||||
size={'xl'}
|
size={'xl'}
|
||||||
>
|
>
|
||||||
<Modal.Header closeButton={true}>
|
<Modal.Header closeButton={true}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue