From 10fbfbfdbbb2f98a2a157948539c61450e5fa56b Mon Sep 17 00:00:00 2001 From: Chloe Rice Date: Fri, 6 Sep 2024 15:34:14 -0400 Subject: [PATCH] don't include queryValue in appliedFilters --- polaris-react/playground/OrdersPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/polaris-react/playground/OrdersPage.tsx b/polaris-react/playground/OrdersPage.tsx index b821c12bfd4..fca07f06581 100644 --- a/polaris-react/playground/OrdersPage.tsx +++ b/polaris-react/playground/OrdersPage.tsx @@ -881,7 +881,6 @@ function OrdersIndexTableWithFilters( const appliedFilters: AppliedFilterInterface[] = []; Object.entries({ - queryValue, contains, status, paymentStatus,