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

allow to override 0 port #2099

Merged
merged 6 commits into from
Sep 7, 2023
Merged

allow to override 0 port #2099

merged 6 commits into from
Sep 7, 2023

Conversation

foxriver76
Copy link
Collaborator


class ConfigGeneric extends Component {
class ConfigGeneric<Props extends ConfigGenericProps, State extends ConfigGenericState> extends Component<Props, State> {

Check warning

Code scanning / CodeQL

Unused or undefined state property Warning

Component state property 'confirmOldValue' is
written
, but it is never read.
Component state property 'confirmOldValue' is
written
, but it is never read.
@foxriver76 foxriver76 merged commit 788eea9 into master Sep 7, 2023
15 checks passed
@foxriver76 foxriver76 deleted the issue-2097 branch September 7, 2023 21:29
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.

jsonConfig port '0' cannot be changed by typing
1 participant