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,
|
||||
errors: ImPropTypes.list,
|
||||
required: PropTypes.bool,
|
||||
dispatchInitialValue: PropTypes.bool,
|
||||
description: PropTypes.any
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import React from "react"
|
||||
import PropTypes from "prop-types"
|
||||
import ImPropTypes from "react-immutable-proptypes"
|
||||
import { getSampleSchema } from "core/utils"
|
||||
import Im, { Map, OrderedMap, List } from "immutable"
|
||||
import { Map, OrderedMap } from "immutable"
|
||||
|
||||
const RequestBody = ({
|
||||
requestBody,
|
||||
|
||||
Reference in New Issue
Block a user