fix default response status

This commit is contained in:
Ildar Kamalov
2025-02-24 10:35:26 +03:00
parent 115e743e1a
commit cb307472ec

View File

@@ -210,7 +210,7 @@ export const WHOIS_ICONS = {
export const DEFAULT_LOGS_FILTER = {
search: '',
response_status: '',
response_status: 'all',
};
export const DEFAULT_LANGUAGE = 'en';