correct blocks property

This commit is contained in:
Niels Lyngsø
2024-09-27 10:04:37 +02:00
parent df0cdd1bde
commit f997f3e876

View File

@@ -32,7 +32,7 @@ export class UmbRteBlockValueResolver extends UmbBlockValueResolver<UmbPropertyE
...property,
value: {
...property.value,
value: await this._processVariantBlockData(property.value.blocks, variantsCallback),
blocks: await this._processVariantBlockData(property.value.blocks, variantsCallback),
},
};
}