mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: install via url-string on input.submit
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
7d28a43993
commit
724ee860ca
@ -100,6 +100,7 @@ export class Extensions extends React.Component {
|
||||
validators={InputValidators.isUrl}
|
||||
value={this.downloadUrl} // TODO: in addition we could support npm-package-name (if non-url value)?
|
||||
onChange={v => this.downloadUrl = v}
|
||||
onSubmit={this.installFromUrl}
|
||||
ref={e => this.input = e}
|
||||
/>
|
||||
<Icon
|
||||
|
||||
Loading…
Reference in New Issue
Block a user