From ec440bd8e736df2130e823487ae155febbf2f6eb Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Mon, 24 Nov 2025 21:33:16 +0500 Subject: [PATCH] Clear filters for card (#10246) Signed-off-by: Denis Bykhov --- .../components/navigator/TypesNavigator.svelte | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/plugins/card-resources/src/components/navigator/TypesNavigator.svelte b/plugins/card-resources/src/components/navigator/TypesNavigator.svelte index 9e34065120..f737c884ad 100644 --- a/plugins/card-resources/src/components/navigator/TypesNavigator.svelte +++ b/plugins/card-resources/src/components/navigator/TypesNavigator.svelte @@ -13,16 +13,16 @@ // limitations under the License. -->