Skip to content

Commit fdecdcd

Browse files
committed
Removes unneeded shortenComponentPathBy
1 parent add695f commit fdecdcd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

live-editing/configs/HierarchicalGridConfigGenerator.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,7 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
576576
ngDeclarations: ['HGridPagingStyleSampleComponent'],
577577
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule']
578578
}),
579-
component: 'HGridPagingStyleSampleComponent',
580-
shortenComponentPathBy: '/hierarchical-grid/'
579+
component: 'HGridPagingStyleSampleComponent'
581580
}));
582581

583582
configs.push(new Config({

0 commit comments

Comments
 (0)