parent
f91b35a0a0
commit
14303a4ca8
|
@ -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 New Issue