Skip to content

Commit f031363

Browse files
committed
remove displayLabel check when importing annotations
1 parent a005fea commit f031363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/super-editor/src/core/super-converter/v2/importer/annotationImporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const handleAnnotationNode = (params) => {
5454
const allAttrs = { ...attrs, ...marksAsAttrs };
5555
if (!allAttrs.hash) allAttrs.hash = generateDocxRandomId(4);
5656

57-
if (!attrs.fieldId || !attrs.displayLabel) {
57+
if (!attrs.fieldId) {
5858
return { nodes: [], consumed: 0 };
5959
}
6060

0 commit comments

Comments
 (0)