summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/venue/components/venue.form.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-30 23:54:21 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-30 23:54:21 +0200
commit958b818fa46604043e78567fb68b276c167d2aa6 (patch)
tree94834b1b9f78a3f40452c06bc33507a04cc36130 /animism-align/frontend/app/views/venue/components/venue.form.js
parent674b1e8379e4a8ca566927b9b9fcdf0764fb7ac8 (diff)
venue form working
Diffstat (limited to 'animism-align/frontend/app/views/venue/components/venue.form.js')
-rw-r--r--animism-align/frontend/app/views/venue/components/venue.form.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/animism-align/frontend/app/views/venue/components/venue.form.js b/animism-align/frontend/app/views/venue/components/venue.form.js
index cfc3e94..7e611eb 100644
--- a/animism-align/frontend/app/views/venue/components/venue.form.js
+++ b/animism-align/frontend/app/views/venue/components/venue.form.js
@@ -137,10 +137,6 @@ export default class VenueForm extends Component {
<div className='form'>
<h1>{title}</h1>
<form onSubmit={this.handleSubmit}>
- <SubmitButton
- title={submitTitle}
- onClick={this.handleSubmit}
- />
<TextInput
title="Title"
name="title"