From 7854a7bc421d31a164ca0a5a9aebd26e34e0ee33 Mon Sep 17 00:00:00 2001 From: Gael Leblan Date: Mon, 24 Jun 2024 16:21:56 +0200 Subject: [PATCH] [frontend] Fix on layout of the image no working --- openbas-front/src/components/common/Drawer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbas-front/src/components/common/Drawer.tsx b/openbas-front/src/components/common/Drawer.tsx index 5f95dd92d5..5dfe854d94 100644 --- a/openbas-front/src/components/common/Drawer.tsx +++ b/openbas-front/src/components/common/Drawer.tsx @@ -1,4 +1,4 @@ -import {Drawer as DrawerMUI, IconButton, type PaperProps, Typography} from '@mui/material'; +import { Drawer as DrawerMUI, IconButton, type PaperProps, Typography } from '@mui/material'; import React, { FunctionComponent } from 'react'; import { Close } from '@mui/icons-material'; import { makeStyles } from '@mui/styles'; @@ -85,7 +85,7 @@ const Drawer: FunctionComponent = ({ onClose={handleClose} PaperProps={PaperProps} ModalProps={{ - disableEnforceFocus: disableEnforceFocus + disableEnforceFocus, }} >