Skip to content

Commit

Permalink
Post: add a max length to the post password protected field (#64156)
Browse files Browse the repository at this point in the history
Co-authored-by: ramonjd <[email protected]>
Co-authored-by: peterwilsoncc <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2024
1 parent ff59ffa commit 50e12e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/post-status/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export default function PostStatus() {
id={ passwordInputId }
__next40pxDefaultSize
__nextHasNoMarginBottom
maxLength={ 255 }
/>
</div>
) }
Expand Down

0 comments on commit 50e12e4

Please sign in to comment.