AURORA-1173
This commit is contained in:
parent
580d9db311
commit
2f505c7051
@ -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