front-fixes #33

Merged
PotapovaA merged 3 commits from front-fixes into test 2026-07-14 17:28:33 +03:00
Showing only changes of commit 2f505c7051 - Show all commits

View File

@ -360,7 +360,7 @@ const ModalEditAddVsp = ({
Региональный филиал <span style={{ color: 'red' }}>*</span>
</FieldLabel>
<Autocomplete
options={ssps}
options={ssps.filter(s => s.is_active)}
getOptionLabel={(option) => option.title || option.name || ''}
value={selectedSsp}
onChange={handleSspChange}