Skip to content

Commit

Permalink
Disable try it
Browse files Browse the repository at this point in the history
  • Loading branch information
kin0992 committed Jul 10, 2023
1 parent a48621a commit 5117c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/openapi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const ApiViewer = () => (
router={typeof window === 'undefined' ? 'memory' : 'history'}
hideInternal={true}
hideExport={true}
hideTryIt={true} // We are going to enable in later
/>
);

Expand Down

0 comments on commit 5117c56

Please sign in to comment.