linter fixes (#4595)
* v3.16.0 * rebuild dist * rework travis early-success trigger * Linter fixes
This commit is contained in:
@@ -17,6 +17,7 @@ const JsonSchemaPropShape = {
|
|||||||
schema: PropTypes.object,
|
schema: PropTypes.object,
|
||||||
errors: ImPropTypes.list,
|
errors: ImPropTypes.list,
|
||||||
required: PropTypes.bool,
|
required: PropTypes.bool,
|
||||||
|
dispatchInitialValue: PropTypes.bool,
|
||||||
description: PropTypes.any
|
description: PropTypes.any
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import React from "react"
|
|||||||
import PropTypes from "prop-types"
|
import PropTypes from "prop-types"
|
||||||
import ImPropTypes from "react-immutable-proptypes"
|
import ImPropTypes from "react-immutable-proptypes"
|
||||||
import { getSampleSchema } from "core/utils"
|
import { getSampleSchema } from "core/utils"
|
||||||
import Im, { Map, OrderedMap, List } from "immutable"
|
import { Map, OrderedMap } from "immutable"
|
||||||
|
|
||||||
const RequestBody = ({
|
const RequestBody = ({
|
||||||
requestBody,
|
requestBody,
|
||||||
|
|||||||
Reference in New Issue
Block a user