mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-08 21:27:45 +03:00
Qfix for talent import (#3625)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
98a43a98bc
commit
71b653dcac
@ -1 +1 @@
|
||||
{ "major": 0, "minor": 6, "patch": 112 }
|
||||
{ "major": 0, "minor": 6, "patch": 120 }
|
@ -43,7 +43,7 @@
|
||||
</script>
|
||||
|
||||
<DropdownLabels
|
||||
selected={[...value] ?? []}
|
||||
selected={[...(value ?? [])]}
|
||||
{items}
|
||||
{label}
|
||||
useFlexGrow={true}
|
||||
|
Loading…
Reference in New Issue
Block a user