### What 1. List view not working when clearing tenant selection (you would see a NaN error) 2. Tenant selector would reset to the first option when loading a document ### Why 1. Using parseFloat on the _ALL_ selection option 2. A was mismatch in ID types was causing the selector to never find a matching option, thus resetting it to the first option ### How 1. Check if cookie isNumber before parsing 2. Do not cast select option values to string anymore Fixes https://github.com/payloadcms/payload/issues/9821 Fixes https://github.com/payloadcms/payload/issues/10980