Fixes #3500 - Fix missing names for primitive models

This commit is contained in:
Owen Conti
2017-08-01 20:46:41 -06:00
parent 774a21521e
commit d64dfc4252
7 changed files with 39 additions and 36 deletions

View File

@@ -3,7 +3,6 @@ import PropTypes from "prop-types"
import { OAS3ComponentWrapFactory } from "../helpers"
import { Model } from "core/components/model"
class ModelComponent extends Component {
static propTypes = {
schema: PropTypes.object.isRequired,