mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
a1790ce82d
commit
639d0b1e51
2 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue