Move reordering of websites onto dashboard

This commit is contained in:
Chris Walsh 2022-07-24 23:25:04 -07:00
parent 765add71a9
commit 137ff97c07
No known key found for this signature in database
GPG key ID: 28EE0CCA6032019E
6 changed files with 118 additions and 15 deletions

View file

@ -13,6 +13,7 @@ export const defaultDashboardConfig = {
showCharts: true,
limit: DEFAULT_WEBSITE_LIMIT,
websiteOrdering: {},
changeOrderMode: false,
};
const initialState = {