Revert "misc: remove duplicated declarations"
This reverts commit 7e831117b6
.
This commit is contained in:
parent
4845f80dc8
commit
561d1909ca
|
@ -81,6 +81,8 @@ class WaitForOwnerDialog extends Component {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_onCancel: () => void;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the cancel button is clicked.
|
* Called when the cancel button is clicked.
|
||||||
*
|
*
|
||||||
|
@ -91,6 +93,8 @@ class WaitForOwnerDialog extends Component {
|
||||||
this.props.dispatch(cancelWaitForOwner());
|
this.props.dispatch(cancelWaitForOwner());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_onLogin: () => void;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the OK button is clicked.
|
* Called when the OK button is clicked.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue