Skip to content

Commit

Permalink
[frontend] Fix on layout of the image no working
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Jun 25, 2024
1 parent 299392e commit 7854a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openbas-front/src/components/common/Drawer.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -85,7 +85,7 @@ const Drawer: FunctionComponent<DrawerProps> = ({
onClose={handleClose}
PaperProps={PaperProps}
ModalProps={{
disableEnforceFocus: disableEnforceFocus
disableEnforceFocus,
}}
>
<div className={variant === 'full' ? classes.headerFull : classes.header}>
Expand Down

0 comments on commit 7854a7b

Please sign in to comment.