We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45688c commit f5bba27Copy full SHA for f5bba27
client/components/ImageList.tsx
@@ -488,7 +488,7 @@ export default function ImageList() {
488
if (data && data.length > 0) {
489
setNoteConcept([{
490
"conceptUuid": selectedFieldConcept.uuid,
491
- "values": [data]
+ "values": data.split(" ")
492
}])
493
}
494
@@ -499,7 +499,7 @@ export default function ImageList() {
499
500
setTextConcept([{
501
502
503
504
505
0 commit comments