Skip to content

Commit

Permalink
Update BiosamplesSearchForm.js
Browse files Browse the repository at this point in the history
test code
  • Loading branch information
mbaudis committed Jul 5, 2023
1 parent 4d4cfd7 commit df89c03
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/components/searchForm/BiosamplesSearchForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,3 +604,23 @@ function FilterLogicWarning({ isVisible }) {
)
}

// function ShowMoreParameters() {

// const [isOpened, setIsOpened] = useState(false);

// function toggle() {
// setIsOpened(wasOpened => !wasOpened);
// }

// return (
// <>
// <h5><span onClick={toggle}>More Parameters (click to show/hide)</span></h5>
// {isOpened && (
// <div>
// <pre className="prettyprint">{ JSON.stringify(data, null, 2) }</pre>
// </div>
// )}
// </>
// )
// }

0 comments on commit df89c03

Please sign in to comment.