mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-16 13:46:16 +02:00
Remove customOrder prop
As some options of Select component should be ordered by values or keys, it was decided to handle sorting not in options, but locally in corresponding lists.
This commit is contained in:
@ -209,7 +209,6 @@ function DeviceForm({
|
||||
[deviceIndex]: { encryption: { $set: value } },
|
||||
},
|
||||
}))}
|
||||
customOrder
|
||||
{...props}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user