Stage agent label is reset while drawer is blur in pipeline graphic editor
Describe the bug
Stage agent label is reset while drawer is blur in pipeline graphical interface.
For UI issues please also add a screenshot that shows the issue.
Versions used(KubeSphere/Kubernetes) KubeSphere: Kubernetes: (If KubeSphere installer used, you can skip this)
Environment How many nodes and their hardware configuration:
1 master: 4c/8g 1 node: 4c/8g
To Reproduce Steps to reproduce the behavior:
- Go to DevOps Project
- Create a pipeline by default
- Click
Edit Pipeline
- Select Custom Pipeline
- Add a stage
- Select stage agent type with node
- Select stage agent label with maven
- Click outside of drawer
- Click the stage again
- See the agent label value(reset by default)
Expected behavior
Do not reset my agent label when stage setting drawer is closed without confirming.