feat: client side pagination in open text questions in responses summary (#1422)

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Shubham Palriwala
2023-10-23 19:02:10 +05:30
committed by GitHub
parent 7bf0290d1c
commit b7d9999f4b
5 changed files with 42 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ export const MAIL_FROM = env.MAIL_FROM;
export const NEXTAUTH_SECRET = env.NEXTAUTH_SECRET;
export const NEXTAUTH_URL = env.NEXTAUTH_URL;
export const ITEMS_PER_PAGE = 50;
export const OPEN_TEXT_RESPONSES_PER_PAGE = 5;
// Storage constants
export const UPLOADS_DIR = path.resolve("./uploads");