Skip to content

Commit 5222b14

Browse files
fix: live preview: resolve cslp variant issue for reference entry
1 parent 1e71940 commit 5222b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entry-editable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { EntryModel } from "."
5050
*/
5151
const newAppliedVariants = obj._applied_variants || _applied_variants;
5252
const newShouldApplyVariant = !!newAppliedVariants
53-
value[index].$ = getTag(obj, `${obj._content_type_uid}.${obj.uid}.${obj.locale || locale}`, tagsAsObject, locale, {_applied_variants:newAppliedVariants, shouldApplyVariant:newShouldApplyVariant, metaKey: updatedMetakey})
53+
value[index].$ = getTag(obj, `${obj._content_type_uid}.${obj.uid}.${obj.locale || locale}`, tagsAsObject, locale, {_applied_variants:newAppliedVariants, shouldApplyVariant:newShouldApplyVariant, metaKey: ""})
5454
}else if (typeof obj === "object") {
5555
/**
5656
* Objects inside Array like modular blocks are handled here

0 commit comments

Comments
 (0)