Skip to content

Commit

Permalink
Fix forms rendered by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Mar 8, 2023
1 parent eb009ff commit 33ea5de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Page/AnnotationLayer.jsx
Expand Up @@ -153,6 +153,8 @@ AnnotationLayerInternal.propTypes = {
};

AnnotationLayerInternal.defaultProps = {
// Can be moved to Page.defaultProps after renderInteractiveForms is removed
renderForms: false,
scale: 1,
};

Expand Down

0 comments on commit 33ea5de

Please sign in to comment.