1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +02:00

minor fixes and dead code removal

This commit is contained in:
Kushagra Gour
2018-12-10 19:11:19 +05:30
parent f3c3730666
commit 098c47902c
2 changed files with 4 additions and 29 deletions

View File

@@ -1528,20 +1528,6 @@ export default class App extends Component {
<Alerts />
<form
style="display:none;"
action="https://codepen.io/pen/define"
method="POST"
target="_blank"
id="js-codepen-form"
>
<input
type="hidden"
name="data"
value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'
/>
</form>
<Modal
show={this.state.isAddLibraryModalOpen}
closeHandler={() => this.setState({ isAddLibraryModalOpen: false })}