mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
no need for pdf-js
This commit is contained in:
@@ -4,7 +4,7 @@ export default function(props) {
|
||||
return (
|
||||
<label>
|
||||
{props.text}:
|
||||
<input onChange={props.onChange.bind(null, props.name)} type="text" />
|
||||
<input onchange={props.onchange.bind(null, props.name)} type="text" />
|
||||
</label>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user