-
Notifications
You must be signed in to change notification settings - Fork 34
Address to #1345 #1359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address to #1345 #1359
Conversation
Generated by 🚫 Danger |
@splin-shady Thank you for the PR! Why you closed it? |
@@ -73,43 +73,8 @@ <h3 th:text="${#strings.capitalize(add_country)}"> | |||
</small> | |||
</div> | |||
|
|||
<form id="add-country-form" method="post" class="form-horizontal" action="info.html" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR shouldn't remove the existing form. React component just should be rendered to the same element.
|
||
<script src="../../../../../../target/classes/js/components/AddCountryForm.js"></script> | ||
<script th:inline="javascript"> | ||
ReactDOM.render(React.createElement(AddCountryForm), document.getElementById('add-country-form-react')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's render into add-country-form
Duplicate of #1360 |
No description provided.