From a81ed1421958e6461a7a1e4605285e2ef1d98806 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Thu, 29 Oct 2020 07:10:30 -0700 Subject: [PATCH] add viewport key Co-authored-by: Kelly Dwan --- .../plugins/pattern-directory/javascript/pattern-post-type.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/wp-content/plugins/pattern-directory/javascript/pattern-post-type.js b/public_html/wp-content/plugins/pattern-directory/javascript/pattern-post-type.js index e98b84ba6..dd2c85320 100644 --- a/public_html/wp-content/plugins/pattern-directory/javascript/pattern-post-type.js +++ b/public_html/wp-content/plugins/pattern-directory/javascript/pattern-post-type.js @@ -42,6 +42,7 @@ const PatternPostType = () => { const viewportWidthInput = createElement( TextControl, { + key: 'viewportWidth', label: 'Viewport Width', value: viewportWidth, onChange: setViewportWidth,