From cc354095f25dcee1c947843c6b4f042cb6519e54 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Fri, 5 Jul 2024 19:25:19 +0200 Subject: [PATCH] refactor: table search position --- src/app/home/products/products.component.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/app/home/products/products.component.ts b/src/app/home/products/products.component.ts index 09d03981..8bb81c7c 100644 --- a/src/app/home/products/products.component.ts +++ b/src/app/home/products/products.component.ts @@ -111,23 +111,6 @@ import {ProductsService} from './_services/products.service'; } -
-
- - @if (filter.isActive()) { - - } -
-
- @if (table.dataSource(); as dataSource) {