[Code]: use smaller project for user to try out (#37751) (#37768)

This commit is contained in:
Fuyao Zhao 2019-05-31 23:41:51 -07:00 committed by GitHub
parent a1790ce82d
commit 639d0b1e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ class CodeImportProject extends React.PureComponent<
<EuiFlexItem>
<EuiFormRow
label="Repository URL"
helpText="e.g. https://github.com/elastic/eui"
helpText="e.g. https://github.com/Microsoft/TypeScript-Node-Starter"
fullWidth
isInvalid={this.state.isInvalid}
error="The URL shouldn't be empty."

View file

@ -161,7 +161,7 @@ class CodeProjectTab extends React.PureComponent<Props, State> {
value={this.state.repoURL}
onChange={this.onChange}
onBlur={this.updateIsInvalid}
placeholder="https://github.com/elastic/eui"
placeholder="https://github.com/Microsoft/TypeScript-Node-Starter"
aria-label="input project url"
data-test-subj="importRepositoryUrlInputBox"
isLoading={this.props.importLoading}