diff --git a/frontend/src/container/TopNav/DateTimeSelection/index.tsx b/frontend/src/container/TopNav/DateTimeSelection/index.tsx index c5df866842..c170a7cef3 100644 --- a/frontend/src/container/TopNav/DateTimeSelection/index.tsx +++ b/frontend/src/container/TopNav/DateTimeSelection/index.tsx @@ -166,6 +166,9 @@ function DateTimeSelection({ const selectedLabel = getInputLabel(undefined, undefined, value); setSelectedTimeInterval(selectedLabel as Time); updateLocalStorageForRoutes(value); + if (refreshButtonHidden) { + setRefreshButtonHidden(false); + } } else { setRefreshButtonHidden(true); setCustomDTPickerVisible(true);