Add hybrid research copilot workspace
This commit is contained in:
@@ -246,6 +246,11 @@ export function useTaskNotificationsCenter(): UseTaskNotificationsCenterResult {
|
||||
void queryClient.invalidateQueries({ queryKey: ['portfolio', 'insights', 'latest'] });
|
||||
break;
|
||||
}
|
||||
case 'research_brief': {
|
||||
void queryClient.invalidateQueries({ queryKey: ['research'] });
|
||||
void queryClient.invalidateQueries({ queryKey: ['analysis'] });
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user