mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Delint
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
f91b35a0a0
commit
14303a4ca8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ enum Phase {
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
serverConfig: ValidatedServerConfig;
|
serverConfig: ValidatedServerConfig;
|
||||||
onServerConfigChange: () => void;
|
onServerConfigChange: (serverConfig: ValidatedServerConfig) => void;
|
||||||
onLoginClick?: () => void;
|
onLoginClick?: () => void;
|
||||||
onComplete: () => void;
|
onComplete: () => void;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue