Skip to content

Commit

Permalink
Persist quick search on per view basis
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerice committed Sep 6, 2024
1 parent 83a5ddb commit a07f863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris-react/playground/OrdersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ function OrdersIndexTableWithFilters(
status: string[];
} = {
contains: '',
queryValue,
queryValue: '',
paymentStatus: [],
fulfillmentStatus: [],
status: [],
Expand Down

0 comments on commit a07f863

Please sign in to comment.