Skip to content
Snippets Groups Projects
Commit 1cf3ea44 authored by imranasghar96@hotmail.com's avatar imranasghar96@hotmail.com
Browse files

Fix linting errors

parent fedaefb4
Branches
No related tags found
No related merge requests found
...@@ -601,13 +601,13 @@ class AnnotationCreation extends Component { ...@@ -601,13 +601,13 @@ class AnnotationCreation extends Component {
<InsertPhotoIcon /> <InsertPhotoIcon />
</ToggleButton> </ToggleButton>
</Grid> </Grid>
<Dialog open={openAddImgDialog} fullWidth minWidth="20%" onClose={() => this.handleImgDialogChange(false)} aria-labelledby="form-dialog-title"> <Dialog open={openAddImgDialog} fullWidth onClose={() => this.handleImgDialogChange(false)} aria-labelledby="form-dialog-title">
<DialogTitle id="form-dialog-title"> <DialogTitle id="form-dialog-title" disableTypography>
<Typography variant="h2">Insert image</Typography> <Typography variant="h2">Insert image</Typography>
</DialogTitle> </DialogTitle>
<DialogContent> <DialogContent>
<DialogTitle id="form-dialog-subtitle-1" style={{ paddingLeft: 0 }}> <DialogTitle id="form-dialog-subtitle-1" style={{ paddingLeft: 0 }} disableTypography>
<Typography variant="MuiTypography-h3">Image source</Typography> <Typography variant="h5">Image source</Typography>
</DialogTitle> </DialogTitle>
<TextField <TextField
value={imgUrl.value} value={imgUrl.value}
...@@ -623,8 +623,8 @@ class AnnotationCreation extends Component { ...@@ -623,8 +623,8 @@ class AnnotationCreation extends Component {
/> />
</DialogContent> </DialogContent>
<DialogContent> <DialogContent>
<DialogTitle id="form-dialog-subtitle-2" style={{ paddingLeft: 0 }}> <DialogTitle id="form-dialog-subtitle-2" style={{ paddingLeft: 0 }} disableTypography>
<Typography variant="MuiTypography-h3">Image dimensions</Typography> <Typography variant="h5">Image dimensions</Typography>
</DialogTitle> </DialogTitle>
<TextField <TextField
value={imgWidth.value} value={imgWidth.value}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment