Improve more typing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
1fc5138cfe
commit
3cb7a6ab78
4 changed files with 5 additions and 5 deletions
|
@ -93,7 +93,7 @@ export default class AddressPickerDialog extends React.Component<IProps, IState>
|
|||
private queryChangedDebouncer: NodeJS.Timeout;
|
||||
private cancelThreepidLookup: () => void;
|
||||
|
||||
static defaultProps = {
|
||||
static defaultProps: Partial<IProps> = {
|
||||
value: "",
|
||||
focus: true,
|
||||
validAddressTypes: addressTypes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue