We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db90ff2 commit 7be3548Copy full SHA for 7be3548
dashboard/src/utils/userPreferenceStorage.ts
@@ -3,7 +3,7 @@ const NUM_ADMINS_PER_PAGE_LOCAL_STORAGE_KEY = 'pasarguard-num-admins-per-page'
3
const NUM_ITEMS_PER_PAGE_DEFAULT = 10
4
5
const USERS_AUTO_REFRESH_INTERVAL_KEY = 'pasarguard-users-auto-refresh-interval'
6
-const DEFAULT_USERS_AUTO_REFRESH_INTERVAL_SECONDS = 30
+const DEFAULT_USERS_AUTO_REFRESH_INTERVAL_SECONDS = 0
7
8
// Generic function for any table type
9
export const getItemsPerPageLimitSize = (tableType: 'users' | 'admins' = 'users') => {
0 commit comments