Copilot commented on code in PR #4081:
URL: https://github.com/apache/streampipes/pull/4081#discussion_r2655615249


##########
ui/src/app/dashboard-shared/components/chart-view/abstract-chart-view.directive.ts:
##########
@@ -58,7 +58,7 @@ export abstract class AbstractChartViewDirective {
     widgetsVisible = true;
 
     /**
-     * This is the date range (start, end) to view the data and is set in 
data-explorer.ts
+     * This is the date range (start, end) to view the data and is set in 
chart.ts

Review Comment:
   The comment references "chart.ts" but the actual file is 
"chart-view.component.ts". The comment should be updated to reference the 
correct filename.
   ```suggestion
        * This is the date range (start, end) to view the data and is set in 
chart-view.component.ts
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to