fix(client): allow editor links for Py submissions (#41036)
* fix(client): allow editor links for Py submissions * add isEditorLinkAllowed to PropTypes
This commit is contained in:
@@ -21,6 +21,7 @@ const propTypes = {
|
||||
initialValues: PropTypes.object,
|
||||
options: PropTypes.shape({
|
||||
ignored: PropTypes.arrayOf(PropTypes.string),
|
||||
isEditorLinkAllowed: PropTypes.bool,
|
||||
required: PropTypes.arrayOf(PropTypes.string),
|
||||
types: PropTypes.objectOf(PropTypes.string)
|
||||
}),
|
||||
|
Reference in New Issue
Block a user