update pinned ui. remove paging if dashboard edited
This commit is contained in:
@@ -8,6 +8,7 @@ export const initialState = {
|
||||
websiteOrder: [],
|
||||
websiteActive: [],
|
||||
editing: false,
|
||||
isEdited: false,
|
||||
};
|
||||
|
||||
const store = create(() => ({ ...initialState, ...getItem(DASHBOARD_CONFIG) }));
|
||||
|
||||
Reference in New Issue
Block a user