Add website ordering to state and settings page

This commit is contained in:
Chris Walsh
2022-07-23 23:01:59 -07:00
parent 70c6211e2c
commit 3926d3fe93
3 changed files with 46 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ import { getItem, setItem } from 'lib/web';
export const defaultDashboardConfig = {
showCharts: true,
limit: DEFAULT_WEBSITE_LIMIT,
websiteOrdering: {},
};
const initialState = {