@addsign/moje-agenda-shared-lib 0.0.91 → 0.0.92

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.
@@ -21796,6 +21796,7 @@ function DataTableServer({
21796
21796
  setColumnFilters(storageObject.columnFilters);
21797
21797
  setShowColFilters(storageObject.showColFilters);
21798
21798
  setCurrentPage(storageObject.currentPage || 0);
21799
+ setSortConfig(null);
21799
21800
  }
21800
21801
  }
21801
21802
  }, [id]);