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 1e71940 commit 5222b14Copy full SHA for 5222b14
src/entry-editable.ts
@@ -50,7 +50,7 @@ import { EntryModel } from "."
50
*/
51
const newAppliedVariants = obj._applied_variants || _applied_variants;
52
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})
+ value[index].$ = getTag(obj, `${obj._content_type_uid}.${obj.uid}.${obj.locale || locale}`, tagsAsObject, locale, {_applied_variants:newAppliedVariants, shouldApplyVariant:newShouldApplyVariant, metaKey: ""})
54
}else if (typeof obj === "object") {
55
/**
56
* Objects inside Array like modular blocks are handled here
0 commit comments