From 9b57aeb9ab62ffc63c9566ee7c3ddb4c0c2d896c Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 29 Apr 2024 16:06:59 +0200 Subject: [PATCH] Fix unlabeled PostURL Copy button. (#61195) Co-authored-by: afercia Co-authored-by: ntsekouras --- packages/editor/src/components/post-url/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/components/post-url/index.js b/packages/editor/src/components/post-url/index.js index 2c10206e9b20e..cf55e30473329 100644 --- a/packages/editor/src/components/post-url/index.js +++ b/packages/editor/src/components/post-url/index.js @@ -89,6 +89,7 @@ export default function PostURL( { onClose } ) {