We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 779e167 + e4794e1 commit cf744d1Copy full SHA for cf744d1
1 file changed
src/store.ts
@@ -38,7 +38,7 @@ import autoMergeLevel2 from "redux-persist/lib/stateReconciler/autoMergeLevel2";
38
const tableFilterProfilesPersistConfig = { key: "tableFilterProfiles", storage, whitelist: ["profiles"] };
39
const eventsPersistConfig = { key: "events", storage, whitelist: ["columns"] };
40
const seriesPersistConfig = { key: "series", storage, whitelist: ["columns"] };
41
-const tablePersistConfig = { key: "table", storage, whitelist: ["pagination"] };
+const tablePersistConfig = { key: "table", storage, whitelist: ["pagination", "sortBy", "reverse"] };
42
const recordingsPersistConfig = { key: "recordings", storage, whitelist: ["columns"] };
43
const jobsPersistConfig = { key: "jobs", storage, whitelist: ["columns"] };
44
const serversPersistConfig = { key: "servers", storage, whitelist: ["columns"] };
0 commit comments