fix(admin-ui): Fix critical FacetValue deletion issue
This is an important fix: previously, after deleting a FacetValue from the Facet detail page, the
remaining values _after_ the deleted value would get out of sync with the form values. This then
made it possible to accidentally delete the wrong value in subsequent delete operations.