From acf6467a572a10268e8cd8687d9ea5864f729639 Mon Sep 17 00:00:00 2001 From: Pawel Kowalczyk Date: Tue, 17 Jul 2018 10:03:59 +0200 Subject: [PATCH] deleted unnecessary code Feature #13781 Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk --- src/views-components/dialog-create/dialog-project-create.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views-components/dialog-create/dialog-project-create.tsx b/src/views-components/dialog-create/dialog-project-create.tsx index 9f4768ac75..5f21cc9eb8 100644 --- a/src/views-components/dialog-create/dialog-project-create.tsx +++ b/src/views-components/dialog-create/dialog-project-create.tsx @@ -8,7 +8,7 @@ import Dialog from '@material-ui/core/Dialog'; import DialogActions from '@material-ui/core/DialogActions'; import DialogContent from '@material-ui/core/DialogContent'; import DialogTitle from '@material-ui/core/DialogTitle'; -import { Button, StyleRulesCallback, WithStyles, withStyles, CircularProgress, Typography } from '@material-ui/core'; +import { Button, StyleRulesCallback, WithStyles, withStyles, CircularProgress } from '@material-ui/core'; import Validator from '../../utils/dialog-validator'; -- 2.30.2