mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-05-06 08:46:58 +00:00
change default query to 1day
This commit is contained in:
@@ -28,7 +28,7 @@ export const useAlertStatus = () => {
|
||||
const query = {
|
||||
page: 1,
|
||||
count: 10,
|
||||
...(lastViewed ? { start: lastViewed } : { days: 30 }),
|
||||
...(lastViewed ? { start: lastViewed } : { days: 1 }),
|
||||
};
|
||||
|
||||
// Account-scoped users: check their own account
|
||||
|
||||
Reference in New Issue
Block a user