diff --git a/src/layout/SimpleTable/config.ts b/src/layout/SimpleTable/config.ts index 3e4e85595d..51f848f3b8 100644 --- a/src/layout/SimpleTable/config.ts +++ b/src/layout/SimpleTable/config.ts @@ -34,7 +34,7 @@ export const Config = new CG.component({ new CG.prop('hrefPath', new CG.str()), new CG.prop('textPath', new CG.str()), ), - ), + ).setUnionType('discriminated'), ), ).exportAs('ColumnConfig'), ),