@indigina/ui-kit 1.1.158 → 1.1.159

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.
@@ -8287,7 +8287,6 @@ class KitGridExportComponent {
8287
8287
  });
8288
8288
  }
8289
8289
  onExportPDF() {
8290
- this.isGridExporting.set(false);
8291
8290
  return new Promise((resolve, reject) => {
8292
8291
  this.drawPdf()?.()?.then((exportedPdf) => {
8293
8292
  if (!this.gridHasData()) {