From 50e12e47b109330cc1cf12cfce01aef7b8697971 Mon Sep 17 00:00:00 2001 From: Ramon Date: Thu, 1 Aug 2024 13:55:51 +1000 Subject: [PATCH] Post: add a max length to the post password protected field (#64156) Co-authored-by: ramonjd Co-authored-by: peterwilsoncc --- packages/editor/src/components/post-status/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/components/post-status/index.js b/packages/editor/src/components/post-status/index.js index d0b5ac93977330..ca89e40366b238 100644 --- a/packages/editor/src/components/post-status/index.js +++ b/packages/editor/src/components/post-status/index.js @@ -254,6 +254,7 @@ export default function PostStatus() { id={ passwordInputId } __next40pxDefaultSize __nextHasNoMarginBottom + maxLength={ 255 } /> ) }