From 6660389a91f703278ce0210efe0e39ac21c4cbe4 Mon Sep 17 00:00:00 2001 From: rasulov1337 <117843890+rasulov1337@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:47:00 +0000 Subject: [PATCH] chore: change default value of new ads checkbox --- components/Filter/Filter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Filter/Filter.ts b/components/Filter/Filter.ts index 7cb0a720..ebd8c83c 100644 --- a/components/Filter/Filter.ts +++ b/components/Filter/Filter.ts @@ -58,7 +58,7 @@ export default class Filter { variations: { true: { text: 'Новые за эту неделю', - isDefault: true, + isDefault: false, }, }, },