Skip to content

Commit

Permalink
Fixed types error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Dec 17, 2020
1 parent fc01a5b commit b107f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ interface Props {
fieldToPreferredValueMap: FieldToValueMap;
frequency: Frequency;
}) => void;
autoFocus: boolean;
autoFocus?: boolean;
}

type State = FieldToValueMap;
Expand Down

0 comments on commit b107f63

Please sign in to comment.