Fix server URL field not auto-populated
This commit is contained in:
parent
81f3159e8f
commit
a5608a40d5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default class Connect extends Component {
|
|||
if (props.params) {
|
||||
this.state = {
|
||||
...this.state,
|
||||
serverURL: props.params.url || "",
|
||||
serverURL: props.params.serverURL || "",
|
||||
nick: props.params.nick || "",
|
||||
rememberMe: props.params.autoconnect || false,
|
||||
username: props.params.username || "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue