From cb307472ec279ae593f8c1cbcbf2db354398cd95 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 24 Feb 2025 10:35:26 +0300 Subject: [PATCH] fix default response status --- client/src/helpers/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/helpers/constants.ts b/client/src/helpers/constants.ts index e83983cf..7b54ae8d 100644 --- a/client/src/helpers/constants.ts +++ b/client/src/helpers/constants.ts @@ -210,7 +210,7 @@ export const WHOIS_ICONS = { export const DEFAULT_LOGS_FILTER = { search: '', - response_status: '', + response_status: 'all', }; export const DEFAULT_LANGUAGE = 'en';