mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Add website ordering to state and settings page
This commit is contained in:
parent
70c6211e2c
commit
3926d3fe93
3 changed files with 46 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ import { getItem, setItem } from 'lib/web';
|
|||
export const defaultDashboardConfig = {
|
||||
showCharts: true,
|
||||
limit: DEFAULT_WEBSITE_LIMIT,
|
||||
websiteOrdering: {},
|
||||
};
|
||||
|
||||
const initialState = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue