mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Add missing types
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
6568e22d70
commit
52d203dd8e
@ -127,7 +127,7 @@ export default class InteractiveAuthDialog extends React.Component<IProps, IStat
|
||||
}
|
||||
};
|
||||
|
||||
private onUpdateStagePhase = (newStage, newPhase): void => {
|
||||
private onUpdateStagePhase = (newStage: number, newPhase: number): void => {
|
||||
// We copy the stage and stage phase params into state for title selection in render()
|
||||
this.setState({ uiaStage: newStage, uiaStagePhase: newPhase });
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user