Skip to content

Commit 7be3548

Browse files
committed
chore: changed the default auto refresh to none
1 parent db90ff2 commit 7be3548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/utils/userPreferenceStorage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const NUM_ADMINS_PER_PAGE_LOCAL_STORAGE_KEY = 'pasarguard-num-admins-per-page'
33
const NUM_ITEMS_PER_PAGE_DEFAULT = 10
44

55
const USERS_AUTO_REFRESH_INTERVAL_KEY = 'pasarguard-users-auto-refresh-interval'
6-
const DEFAULT_USERS_AUTO_REFRESH_INTERVAL_SECONDS = 30
6+
const DEFAULT_USERS_AUTO_REFRESH_INTERVAL_SECONDS = 0
77

88
// Generic function for any table type
99
export const getItemsPerPageLimitSize = (tableType: 'users' | 'admins' = 'users') => {

0 commit comments

Comments
 (0)