Skip to content
Snippets Groups Projects
Commit 858456f4 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Fix types

parent d681ea2d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ export default class TextPicker extends Component<*, Props, *> {
placeholder: "Enter desired text"
};
constructor(props) {
constructor(props: Props) {
super(props);
this.state = {
fieldString: props.values.join(', ')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment