Skip to content

Commit

Permalink
remove accidentally added clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
hardchor committed Jun 3, 2016
1 parent a8266d2 commit ae59a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Timesheets",
"version": "1.2.0",
"version": "1.2.1",
"description": "A timesheet keeping app based on electron",
"main": "main/index.js",
"author": "Burkhard Reffeling",
Expand Down
1 change: 0 additions & 1 deletion app/renderer/main/components/Projects/AddProjectForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function AddProjectForm({ handleSubmit, reset }) {
<div>
<form onSubmit={onSubmit}>
<Field name="name" label="New Project" component={TEXT} />
<button onClick={reset}>clear</button>
</form>
</div>
);
Expand Down

0 comments on commit ae59a43

Please sign in to comment.