@nettyapps/ntybase 21.0.35-beta.15 → 21.0.35-beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1806,7 +1806,7 @@ class NettyAgGridListBase extends NettyAgGridBase {
1806
1806
  * Component initialization lifecycle hook
1807
1807
  */
1808
1808
  async ngOnInit() {
1809
- this.nettyAppsProxy = injectNettyStandardProxy(this.componentName());
1809
+ // this.nettyAppsProxy = injectNettyStandardProxy<T>(this.componentName());
1810
1810
  await this.setAccessRights();
1811
1811
  const savedSearchValue = sessionStorage.getItem(this.searchValueName());
1812
1812
  if (savedSearchValue) {