netbird
netbird copied to clipboard
Fix route selection IDs
Describe your changes
Copying the IDs for routes list accidentally modified the original routes, resulting in a panic.
Now we copy the desired values explicitly
Issue ticket number and link
Checklist
- [x] Is it a bug fix
- [ ] Is a typo/documentation fix
- [ ] Is a feature enhancement
- [ ] It is a refactor
- [ ] Created tests that fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary