@addsign/moje-agenda-shared-lib 0.0.82 → 0.0.83
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.
|
@@ -21739,6 +21739,17 @@ function DataTableServer({
|
|
|
21739
21739
|
}).catch((error) => {
|
|
21740
21740
|
console.error("Error fetching data:", error);
|
|
21741
21741
|
handleErrors(error, federationContext.emitter);
|
|
21742
|
+
setData({
|
|
21743
|
+
content: [],
|
|
21744
|
+
empty: true,
|
|
21745
|
+
first: true,
|
|
21746
|
+
last: true,
|
|
21747
|
+
number: 0,
|
|
21748
|
+
numberOfElements: 0,
|
|
21749
|
+
size: itemsPerPage,
|
|
21750
|
+
totalElements: 0,
|
|
21751
|
+
totalPages: 1
|
|
21752
|
+
});
|
|
21742
21753
|
setIsLoading(false);
|
|
21743
21754
|
});
|
|
21744
21755
|
}, [
|