Skip to content

Commit

Permalink
Merge pull request #969 from tuanpt-0634/fix_button_show_optional_par…
Browse files Browse the repository at this point in the history
…ameters

Fix change type of Show optional parameters button
  • Loading branch information
sserrata committed Sep 17, 2024
2 parents 6a22bb7 + bab3b6b commit 87958a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function ParamOptions() {
{optionalParams.length > 0 && (
<>
<button
type="button"
className="openapi-explorer__show-more-btn"
onClick={() => setShowOptional((prev) => !prev)}
>
Expand Down

0 comments on commit 87958a4

Please sign in to comment.