Here is a difference between the video and your code:
From video:
From your code:
It’s OK to use different keys, that’s why you had to change the label/value keys for the Select component, as discussed in the previous topic. But in this case, you need to take the value by the key objectId
, not value
.
Changing value
to objectId
here should do a trick:
Regards,
Stanislaw