Skip to content

Commit

Permalink
Initial bug fix commit (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-marky authored Sep 20, 2022
1 parent c1e2669 commit 592bcc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/morello-ui",
"version": "0.6.1",
"version": "0.6.3",
"description": "User interface for interacting with morello-api",
"main": "src/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/components/demos/read/Demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default function ReadDemo(props) {

const switchToMorello = (e) => {
e.preventDefault()

setPasswordInput('')
setSomeInputTyped(false)
update({
readDemo: {
...readDemo,
Expand Down

0 comments on commit 592bcc0

Please sign in to comment.