Load, display and edit entries from test repo and github
This commit is contained in:
@ -3,7 +3,6 @@ import React from 'react';
|
||||
export default class UnknownControl extends React.Component {
|
||||
render() {
|
||||
const { field } = this.props;
|
||||
console.log('field: %o', field.toObject());
|
||||
|
||||
return <div>No control for widget '{field.get('widget')}'.</div>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user