Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
pull/21833/head
J. Ryan Stinnett 2019-02-13 19:05:17 +00:00 committed by GitHub
parent 0f4092dcbc
commit 5b64543159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export default class ServerTypeSelector extends React.PureComponent {
if (onChange) {
// FIXME: Supply a second 'initial' param here to flag that this is
// 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.
onChange(type, true);
}