Skip to content

Commit

Permalink
Fix nested form error. Use div in place of form tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Oct 16, 2018
1 parent 1c319c1 commit 8919365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion client/src/containers/HistoryList/HistoryList.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@ class HistoryList extends Component {
return (
<div className="history-list">
<a href="#" className={backButtonClasses} onClick={this.handleBack} />
<FormBuilderLoader identifier="AssetAdmin.HistoryList" schemaUrl={schemaUrl} />
<FormBuilderLoader
identifier="AssetAdmin.HistoryList"
schemaUrl={schemaUrl}
formTag="div"
/>
</div>
);
}
Expand Down

0 comments on commit 8919365

Please sign in to comment.