diff --git a/projects/ui/src/lib/components/po-table/interfaces/po-table-column.interface.ts b/projects/ui/src/lib/components/po-table/interfaces/po-table-column.interface.ts index ac03b18de..689c26ef7 100644 --- a/projects/ui/src/lib/components/po-table/interfaces/po-table-column.interface.ts +++ b/projects/ui/src/lib/components/po-table/interfaces/po-table-column.interface.ts @@ -167,7 +167,7 @@ export interface PoTableColumn { * { property: 'address.street', label: 'Rua' } * ``` */ - property?: string; + property: string; /** * @optional