We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0e6d0 commit 539d5a0Copy full SHA for 539d5a0
src/components/screen/screen-form.jsx
@@ -346,7 +346,11 @@ ScreenForm.propTypes = {
346
enableColorSchemeChange: PropTypes.bool,
347
layout: PropTypes.string,
348
location: PropTypes.string,
349
- regions: PropTypes.arrayOf(PropTypes.string),
+ regions: PropTypes.arrayOf(
350
+ PropTypes.shape({
351
+ "@id": PropTypes.string,
352
+ })
353
+ ),
354
screenUser: PropTypes.string,
355
size: PropTypes.string,
356
title: PropTypes.string,
0 commit comments