disable ONS input while fetching

pull/1675/head
Audric Ackermann 4 years ago
parent d0c1a2bf3a
commit a8a8372a08
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -192,7 +192,7 @@ export class SessionClosableOverlay extends React.Component<Props, State> {
) : (
<SessionIdEditable
ref={this.inputRef}
editable={true}
editable={!showLoadingSpinner}
placeholder={placeholder}
onChange={onChangeSessionID}
/>

Loading…
Cancel
Save