AURORA-1173

This commit is contained in:
PotapovaA 2026-07-14 15:26:30 +03:00
parent 580d9db311
commit 2f505c7051

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}