Qfix for talent import (#3625)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2023-08-24 22:43:59 +07:00 committed by GitHub
parent 98a43a98bc
commit 71b653dcac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
{ "major": 0, "minor": 6, "patch": 112 }
{ "major": 0, "minor": 6, "patch": 120 }

View File

@ -43,7 +43,7 @@
</script>
<DropdownLabels
selected={[...value] ?? []}
selected={[...(value ?? [])]}
{items}
{label}
useFlexGrow={true}