mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
feat: unify chat analytics navigation
This commit is contained in:
@@ -3323,7 +3323,7 @@ function ChatPage(props: ChatPageProps) {
|
||||
|
||||
const handleGroupAnalytics = useCallback(() => {
|
||||
if (!currentSessionId || !isGroupChatSession(currentSessionId)) return
|
||||
navigate('/group-analytics', {
|
||||
navigate('/analytics/group', {
|
||||
state: {
|
||||
preselectGroupIds: [currentSessionId]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user