Skip to content

Commit aa30622

Browse files
author
Sine Jespersen
committed
2314: Proptypes updated
1 parent 0dd97f2 commit aa30622

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/screen/screen-form.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,11 @@ ScreenForm.propTypes = {
346346
enableColorSchemeChange: PropTypes.bool,
347347
layout: PropTypes.string,
348348
location: PropTypes.string,
349-
regions: PropTypes.arrayOf(PropTypes.string),
349+
regions: PropTypes.arrayOf(
350+
PropTypes.shape({
351+
"@id": PropTypes.string,
352+
})
353+
),
350354
screenUser: PropTypes.string,
351355
size: PropTypes.string,
352356
title: PropTypes.string,

0 commit comments

Comments
 (0)