Skip to content

Commit

Permalink
Ensure redirection to All view after deleting a view
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerice committed Oct 1, 2024
1 parent ecddb68 commit 40473e3
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 @@ -1005,7 +1005,7 @@ function OrdersIndexTableWithFilters(
setSavedViewFilters(nextSavedViewFilters);
setViewNames(nextViewNames);
await sleep(250);
handleClearFilters();
handleSelectView(0);
return true;
};

Expand Down

0 comments on commit 40473e3

Please sign in to comment.