fix: improve ID parsing logic in AccessListSelector and ProxyHostForm to ensure valid numeric IDs

This commit is contained in:
GitHub Actions
2026-02-28 04:45:26 +00:00
parent 6ed8d8054f
commit bf583927c1
4 changed files with 52 additions and 10 deletions
@@ -559,7 +559,7 @@ describe('ProxyHostForm Dropdown Change Bug Fix', () => {
{
...mockAccessLists[0],
id: undefined,
uuid: 'acl-uuid-only',
uuid: '9f63b8c9-1d26-4b2f-a2c8-001122334455',
name: 'UUID Office Network',
},
]