Skip to content

Commit 798cc88

Browse files
authored
linter fixes (#4595)
* v3.16.0 * rebuild dist * rework travis early-success trigger * Linter fixes
1 parent 1214477 commit 798cc88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/core/json-schema-components.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const JsonSchemaPropShape = {
1717
schema: PropTypes.object,
1818
errors: ImPropTypes.list,
1919
required: PropTypes.bool,
20+
dispatchInitialValue: PropTypes.bool,
2021
description: PropTypes.any
2122
}
2223

src/core/plugins/oas3/components/request-body.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react"
22
import PropTypes from "prop-types"
33
import ImPropTypes from "react-immutable-proptypes"
44
import { getSampleSchema } from "core/utils"
5-
import Im, { Map, OrderedMap, List } from "immutable"
5+
import { Map, OrderedMap } from "immutable"
66

77
const RequestBody = ({
88
requestBody,

0 commit comments

Comments
 (0)