Skip to content

Commit

Permalink
clear alphanum
Browse files Browse the repository at this point in the history
  • Loading branch information
GMILLA92 committed Jun 6, 2024
1 parent cf08d2c commit 52676f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function Layout (props) {
const handleReset = () => {
// Clear the query state
setQuery('')

setShowAlphanum(false)
// Clear the state for input values and checked options
setInputValuesTab1({})
setInputValuesTab2({})
Expand Down

0 comments on commit 52676f5

Please sign in to comment.