Skip to content

Commit

Permalink
Fix hideAuth on API page regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dgading committed Sep 29, 2021
1 parent 23c51a8 commit 386de55
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": "@civicactions/cmsds-open-data-components",
"version": "1.0.0",
"version": "1.0.1",
"description": "Components for the open data catalog frontend using CMS Design System",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/APIPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const APIPage = ({hideAuth, additionalParams}) => (
);

APIPage.defaultProps = {
hideAuth: false,
hideAuth: true,
}

export default APIPage;

0 comments on commit 386de55

Please sign in to comment.