Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed npm adapter installation #2427

Merged
merged 1 commit into from
Apr 11, 2024
Merged

fixed npm adapter installation #2427

merged 1 commit into from
Apr 11, 2024

Conversation

foxriver76
Copy link
Collaborator

@foxriver76 foxriver76 commented Apr 11, 2024

closes #2426

Comment on lines +902 to +907
this.setState({
addInstanceDialog: true,
addInstanceAdapter: adapter,
addInstanceHostName: this.state.currentHost.replace(/^system\.host\./, ''),
addInstanceId: instance || 'auto',
});

Check warning

Code scanning / CodeQL

Potentially inconsistent state update Warning

Component state update uses
potentially inconsistent value
.
@foxriver76 foxriver76 merged commit 9911a98 into master Apr 11, 2024
15 checks passed
@foxriver76 foxriver76 deleted the issue-2426 branch April 11, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: npm adapter installation is broken
1 participant