kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.62k stars 1.63k forks source link

[frontend] Detailed information of nodes is not displayed when clicking the node consecutively #11325

Open utsumi-fj opened 1 month ago

utsumi-fj commented 1 month ago

Environment

How did you deploy Kubeflow Pipelines (KFP)?

KFP version:

2.3.0

Steps to reproduce

1. Click a node of the pipeline DAG.

For the first time, when clicking a node of the pipeline DAG, the detailed information is displayed on the right side of the screen as follows.

pipeline_dag1

2. Close the detailed information.

To reproduce this issue, please close the detailed information by clicking the cross mark button as follows.

pipeline_dag2

3. Click the same node again.

After closing the detailed information, when clicking the same node again, the detailed information is not displayed as follows.

pipeline_dag3

To show the detailed information of the node again, it is needed to click the other node previously.

Expected result

The detailed information of the node should be displayed even when clicking the node consecutively.


Impacted by this bug? Give it a 👍.