front-fixes #33
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user