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 0dd97f2 commit aa30622Copy full SHA for aa30622
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