Skip to content

Commit 08f50a4

Browse files
committed
(demo): fix rxjs demo
1 parent f19f5bf commit 08f50a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/basic/rx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class RxDemoComponent {
2525
columns = [
2626
{ prop: 'Organization' },
2727
{ prop: 'DateAdded' },
28-
{ name: 'Tags' }
28+
{ prop: 'Tags' }
2929
];
3030

3131
constructor() {

0 commit comments

Comments
 (0)