AURORA-1173
This commit is contained in:
parent
580d9db311
commit
2f505c7051
@ -360,7 +360,7 @@ const ModalEditAddVsp = ({
|
|||||||
Региональный филиал <span style={{ color: 'red' }}>*</span>
|
Региональный филиал <span style={{ color: 'red' }}>*</span>
|
||||||
</FieldLabel>
|
</FieldLabel>
|
||||||
<Autocomplete
|
<Autocomplete
|
||||||
options={ssps}
|
options={ssps.filter(s => s.is_active)}
|
||||||
getOptionLabel={(option) => option.title || option.name || ''}
|
getOptionLabel={(option) => option.title || option.name || ''}
|
||||||
value={selectedSsp}
|
value={selectedSsp}
|
||||||
onChange={handleSspChange}
|
onChange={handleSspChange}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user