Skip to content

Commit

Permalink
correction of mistakes in autocomplete value
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Feb 3, 2022
1 parent 785d224 commit 8183a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knowledge",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/service/BlocFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const BlocFilter = () => {
)}
value={value}
onChange={(event, newValue) => {
setValue(newValue.title);
setValue(newValue);
}}
/>
<TreeView
Expand Down

0 comments on commit 8183a34

Please sign in to comment.