X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Fcatalog%2Fcatalog.component.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fcatalog%2Fcatalog.component.ts;h=f22b09f02006b5a9ee2917d298de94a991b69dda;hb=8c65aa1c6027d3e7f2a865fb33c06dbdb65cf035;hp=2c1aa85acd095740a0f86dcac17dfdc172c79701;hpb=2d98ad2e9f8a0d40bc2b3e3e1fe8b5f32ab97b66;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/catalog/catalog.component.ts b/webapp-frontend/src/app/catalog/catalog.component.ts index 2c1aa85a..f22b09f0 100644 --- a/webapp-frontend/src/app/catalog/catalog.component.ts +++ b/webapp-frontend/src/app/catalog/catalog.component.ts @@ -35,7 +35,7 @@ export class CatalogComponent implements OnInit { displayedColumns: string[] = ['name', 'version', 'action']; dataSource: CatalogDataSource; - @ViewChild(MatSort) sort: MatSort; + @ViewChild(MatSort, {static: true}) sort: MatSort; constructor( private appMgrSvc: AppMgrService,