Revert setting some values

This commit is contained in:
Adria Navarro 2024-12-30 12:50:46 +01:00
parent 51688543b1
commit b78fff03e0
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ export const initialise = (context: StoreContext) => {
conditions: fieldSchema.conditions,
related: fieldSchema.related,
calculationType: fieldSchema.calculationType,
__left: 0, // TODO
__left: undefined as any, // TODO
}
// Override a few properties for primary display
if (field === primaryDisplay) {