[ 
https://issues.apache.org/jira/browse/BEAM-13328?focusedWorklogId=700481&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-700481
 ]

ASF GitHub Bot logged work on BEAM-13328:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Dec/21 10:10
            Start Date: 23/Dec/21 10:10
    Worklog Time Spent: 10m 
      Work Description: miamihotline commented on a change in pull request 
#16105:
URL: https://github.com/apache/beam/pull/16105#discussion_r774462527



##########
File path: playground/frontend/lib/modules/examples/models/example_model.dart
##########
@@ -65,6 +65,13 @@ class ExampleModel with Comparable<ExampleModel> {
     this.outputs = outputs;
   }
 
+  @override
+  bool operator ==(Object other) =>
+      identical(this, other) || other is ExampleModel && path == other.path;

Review comment:
       Hello, @KonradJanica! Thank you for the review! Fixed this issue.




-- 
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 700481)
    Time Spent: 1h  (was: 50m)

> [Playground] Add highlighting of the current example in the catalog
> -------------------------------------------------------------------
>
>                 Key: BEAM-13328
>                 URL: https://issues.apache.org/jira/browse/BEAM-13328
>             Project: Beam
>          Issue Type: Task
>          Components: beam-playground
>            Reporter: Artur Khanin
>            Assignee: Alexander Zhuravlev
>            Priority: P2
>              Labels: beam-playground-beta-launch, beam-playground-frontend, 
> beam-playground-sprint-5
>          Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to