From b091f41273bc8fd18cce310ef82b847a4ddc52bf Mon Sep 17 00:00:00 2001 From: Yaroslav Grishajev Date: Tue, 4 Jun 2024 10:36:13 +0200 Subject: [PATCH] chore: format after rebase --- apps/deploy-web/src/components/table/data-table.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/deploy-web/src/components/table/data-table.tsx b/apps/deploy-web/src/components/table/data-table.tsx index 2294aefdf..6254ef63b 100644 --- a/apps/deploy-web/src/components/table/data-table.tsx +++ b/apps/deploy-web/src/components/table/data-table.tsx @@ -54,7 +54,6 @@ export function DataTable({ isLoading, noResultsText, hasRowSelection, - hasStatusFilter, initialPageSize = 10, onColumnFiltersChange, onColumnSortingChange,