Typo
Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
This commit is contained in:
parent
0f4092dcbc
commit
5b64543159
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export default class ServerTypeSelector extends React.PureComponent {
|
||||||
if (onChange) {
|
if (onChange) {
|
||||||
// FIXME: Supply a second 'initial' param here to flag that this is
|
// FIXME: Supply a second 'initial' param here to flag that this is
|
||||||
// initialising the value rather than from user interaction
|
// initialising the value rather than from user interaction
|
||||||
// (which sometuimes we'll want to ignore). Must be a better way
|
// (which sometimes we'll want to ignore). Must be a better way
|
||||||
// to do this.
|
// to do this.
|
||||||
onChange(type, true);
|
onChange(type, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue