Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 2b37c1d

Browse files
removed netlify issues
1 parent d5fb4b3 commit 2b37c1d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/views/pages/WorkshopView/Form.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { useState } from 'react';
22
import {
3-
Button,
43
CircularProgress,
54
Container,
65
FormControlLabel,
@@ -12,7 +11,6 @@ import {
1211
} from '@material-ui/core';
1312
import { TextValidator, ValidatorForm } from 'react-material-ui-form-validator';
1413
import axios from 'axios';
15-
import Page from 'src/components/Page';
1614
import {
1715
KeyboardDatePicker,
1816
MuiPickersUtilsProvider
@@ -208,7 +206,6 @@ function Form({ ...rest }) {
208206
variant="outlined"
209207
value={formData.topic}
210208
fullWidth
211-
name="topic"
212209
onChange={handleChange}
213210
validators={['required']}
214211
errorMessages={['This is a required field']}

src/views/pages/WorkshopView/WorkshopContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect } from 'react';
1+
import React from 'react';
22
import { makeStyles } from '@material-ui/core/styles';
33
import { Grid, Box, Hidden } from '@material-ui/core';
44
import Projects from '../../../components/SidePanel/Projects';

0 commit comments

Comments
 (0)