Skip to content

Commit

Permalink
Add missing constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg046 committed Nov 14, 2024
1 parent 7622779 commit ab467f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/table-row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ export class TableRow extends SlotComponent {
<div class="grid"><slot name="main"></slot></div>`
);
protected node = TableRow.template.clone();

constructor() {
super();
}
}

0 comments on commit ab467f5

Please sign in to comment.