Update streaming controller to subscribe

This commit is contained in:
Nate Kelley 2025-08-20 10:31:02 -06:00
parent 47e94527bb
commit cb4438a6c8
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export const ReportPageController: React.FC<{
const commonClassName = 'sm:px-[max(64px,calc(50%-350px))]';
useTrackAndUpdateReportChanges({ reportId, subscribe: false });
useTrackAndUpdateReportChanges({ reportId, subscribe: isStreamingMessage });
return (
<div className={cn('h-full space-y-1.5 overflow-y-auto pt-9', className)}>