From b5dd9c07497246717f965221f0f334d82a4a5976 Mon Sep 17 00:00:00 2001 From: tanmoysrt <57363826+tanmoysrt@users.noreply.github.com> Date: Sat, 21 Dec 2024 10:51:49 +0530 Subject: [PATCH] chore(sql-playground): add more page sizes in pagination dropdown --- dashboard/src2/components/devtools/database/SQLResultTable.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/src2/components/devtools/database/SQLResultTable.vue b/dashboard/src2/components/devtools/database/SQLResultTable.vue index a618cd9be6..0f7ebbdff1 100644 --- a/dashboard/src2/components/devtools/database/SQLResultTable.vue +++ b/dashboard/src2/components/devtools/database/SQLResultTable.vue @@ -159,8 +159,9 @@ const downloadCSV = async () => {
Per Page