From b3c924e33bdca68fed59092c107cc38324a418d0 Mon Sep 17 00:00:00 2001 From: kunish Date: Thu, 14 Sep 2023 18:33:27 +0800 Subject: [PATCH] fix: logMaxRows value --- src/constants/index.ts | 2 +- src/pages/Config.tsx | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index 12a0561..b9d2cca 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -162,4 +162,4 @@ export enum LOG_LEVEL { Silent = 'silent', } -export const LOGS_TABLE_MAX_ROWS_LIST = [200, 300, 500, 800, 1000] \ No newline at end of file +export const LOGS_TABLE_MAX_ROWS_LIST = [200, 300, 500, 800, 1000] diff --git a/src/pages/Config.tsx b/src/pages/Config.tsx index 461709a..308b8f9 100644 --- a/src/pages/Config.tsx +++ b/src/pages/Config.tsx @@ -437,17 +437,11 @@ const ConfigForXd = () => {