File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,6 @@ import { IgxGridCellComponent } from './cell.component';
178178import { IgxGridValidationService } from './grid/grid-validation.service' ;
179179import { getCurrentResourceStrings } from '../core/i18n/resources' ;
180180
181- /*@__PURE__ */ IgcTrialWatermark . register ( ) ;
182-
183181interface IMatchInfoCache {
184182 row : any ;
185183 index : number ;
@@ -3335,6 +3333,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
33353333 this . _transactions = this . transactionFactory . create ( TRANSACTION_TYPE . None ) ;
33363334 this . _transactions . cloneStrategy = this . dataCloneStrategy ;
33373335 this . cdr . detach ( ) ;
3336+ IgcTrialWatermark . register ( ) ;
33383337 }
33393338
33403339 /**
You can’t perform that action at this time.
0 commit comments