From 9cce24c6402b52007ac484d0412fe7e04257f3c9 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Sat, 21 Sep 2024 12:26:50 +0530 Subject: [PATCH] RunList: enable filter by user Signed-off-by: Vallari Agrawal --- src/components/RunList/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/RunList/index.tsx b/src/components/RunList/index.tsx index cc2835b..73e1c12 100644 --- a/src/components/RunList/index.tsx +++ b/src/components/RunList/index.tsx @@ -69,7 +69,6 @@ const _columns: MRT_ColumnDef[] = [ accessorKey: "user", header: "user", maxSize: 45, - enableColumnFilter: false, enableColumnActions: false, }, {