Skip to content

Commit 9309cf3

Browse files
author
Leire Aguirre
committed
fix highlighting in span fields
1 parent 4f8ba1f commit 9309cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argilla-frontend/components/features/annotation/container/fields/span-annotation/SpanAnnotationTextField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</BaseActionTooltip>
3636
</div>
3737
<div
38-
id="fields-content"
38+
:id="`fields-content-${name}`"
3939
class="text_field_component__area --body1"
4040
:aria-label="'Data entry for Field: ' + title"
4141
>

0 commit comments

Comments
 (0)