Skip to content

Commit

Permalink
add viewport key
Browse files Browse the repository at this point in the history
Co-authored-by: Kelly Dwan <[email protected]>
  • Loading branch information
iandunn and ryelle authored Oct 29, 2020
1 parent 6ecc2fe commit a81ed14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const PatternPostType = () => {
const viewportWidthInput = createElement(
TextControl,
{
key: 'viewportWidth',
label: 'Viewport Width',
value: viewportWidth,
onChange: setViewportWidth,
Expand Down

0 comments on commit a81ed14

Please sign in to comment.