Skip to content

Commit dda393e

Browse files
author
Enzo M
committed
add selector to queryAssignedElements decorator
1 parent ef7e808 commit dda393e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/griddle-grid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { GriddleCell } from './griddle-cell';
1313
@customElement('gdl-data-grid')
1414
export class GriddleDataGrid extends LitElement {
1515

16-
@queryAssignedElements()
16+
@queryAssignedElements({selector: 'gdl-grid-row'})
1717
accessor rows!: Array<GriddleRow>
1818

1919
constructor() {

0 commit comments

Comments
 (0)