add integration routes

This commit is contained in:
miloschwartz
2025-12-04 11:48:01 -05:00
parent a746ef36a8
commit 77306e8c97
3 changed files with 17 additions and 18 deletions

View File

@@ -139,9 +139,6 @@ export function LogAnalyticsData(props: AnalyticsContentProps) {
}
}
console.log({
endDate
});
newSearch.set("timeEnd", endDate.toISOString());
}
router.replace(`${path}?${newSearch.toString()}`);