mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
update pinned ui. remove paging if dashboard edited
This commit is contained in:
parent
27295380b7
commit
ec2f5203fe
4 changed files with 20 additions and 13 deletions
|
|
@ -8,6 +8,7 @@ export const initialState = {
|
|||
websiteOrder: [],
|
||||
websiteActive: [],
|
||||
editing: false,
|
||||
isEdited: false,
|
||||
};
|
||||
|
||||
const store = create(() => ({ ...initialState, ...getItem(DASHBOARD_CONFIG) }));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue