Bug: When the Host Manager tab is active, if select Edit another host from Side bar, view is not update
Changes Made
updates the editingHost state and switches to the "add_host" tab whenever hostConfig id changes, ensuring the edit form reflects the newly selected host.
Checklist
Code follows project style guidelines
Supports mobile and desktop UI/app (if applicable)
# Overview
Bug: When the Host Manager tab is active, if select Edit another host from Side bar, view is not update
# Changes Made
updates the editingHost state and switches to the "add_host" tab whenever hostConfig id changes, ensuring the edit form reflects the newly selected host.
# Checklist
- [x] Code follows project style guidelines
- [x] Supports mobile and desktop UI/app (if applicable)
- [x] I have read [Contributing.md](https://github.com/Termix-SSH/Termix/blob/main/CONTRIBUTING.md)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Overview
Bug: When the Host Manager tab is active, if select Edit another host from Side bar, view is not update
Changes Made
updates the editingHost state and switches to the "add_host" tab whenever hostConfig id changes, ensuring the edit form reflects the newly selected host.
Checklist
LGTM. Thanks.