Skip to content

Commit

Permalink
fix json block switching in manual plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 10, 2024
1 parent 2f3c809 commit bdc0d25
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 181 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- consistent designs for power options modules
- in particular, the `restart`, `docker-restart`, `linux-restart` and `linux-shutdown` modules
- fix checkboxes widget in plugin config screens (fixes [#2200](https://github.com/homebridge/homebridge-config-ui-x/issues/2200))
- fix json block switching in manual plugin config

### Other Changes

Expand Down
128 changes: 64 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"concurrently": "^9.0.1",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"form-data": "^4.0.0",
"form-data": "^4.0.1",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
Expand Down
Loading

0 comments on commit bdc0d25

Please sign in to comment.