From a8a6d1a1aa6991b417222af16a2909c8e4dea722 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 10 Oct 2023 19:28:59 -0400 Subject: [PATCH] fix(ui): remove "last month" default date filter from New Version Modal - I removed and fixed the UI date filter in fa116b63e8aa9ddb6bd985d479b7e65c9b18785f - if that fix is going to go into 3.4.x, we should remove the "New default" notice in the New Version Modal as it no longer exists - I added that notice in 24ab95c31f3845623f4140bc298a36f6f856c4e8 before I fixed & removed that default, but neither of those two commits have made it into a patch release yet - so they can be "squashed" together and the "New default" removed as such Signed-off-by: Anton Gilgur --- ui/src/app/modals/new-version/new-version-modal.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/app/modals/new-version/new-version-modal.tsx b/ui/src/app/modals/new-version/new-version-modal.tsx index b0ab444bc56e..72fd12dcf74f 100644 --- a/ui/src/app/modals/new-version/new-version-modal.tsx +++ b/ui/src/app/modals/new-version/new-version-modal.tsx @@ -47,9 +47,7 @@ export const NewVersionModal = ({version, dismiss}: {version: string; dismiss: ( in the middle of the workflow -
  • - Filter by date and time in the UI. New default: only show the past month's Workflows. -
  • +
  • Filter by date and time in the UI