Skip to content

Commit f5bba27

Browse files
committed
avniproject/avni-etl#96 | Search by Text concepts
1 parent c45688c commit f5bba27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/components/ImageList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export default function ImageList() {
488488
if (data && data.length > 0) {
489489
setNoteConcept([{
490490
"conceptUuid": selectedFieldConcept.uuid,
491-
"values": [data]
491+
"values": data.split(" ")
492492
}])
493493
}
494494

@@ -499,7 +499,7 @@ export default function ImageList() {
499499
if (data && data.length > 0) {
500500
setTextConcept([{
501501
"conceptUuid": selectedFieldConcept.uuid,
502-
"values": [data]
502+
"values": data.split(" ")
503503
}])
504504
}
505505

0 commit comments

Comments
 (0)