mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Update DEFAULT_PAGE_SIZE
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const DEFAULT_SORT_BY = 'id';
|
||||
const DEFAULT_ORDER_BY = 'asc';
|
||||
const DEFAULT_PAGE_SIZE = 5;
|
||||
const DEFAULT_PAGE_SIZE = 10;
|
||||
const supabaseUrl = 'https://pjqujsjzzdrlrgqbxepe.supabase.co';
|
||||
const supabaseKey = process.env.VITE_SUPABASE_KEY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user