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 = () => {