jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 60 forks source link

fix(flow-design): fix save button at flow design page's issue (#288) #289

Closed franquil closed 3 years ago

franquil commented 3 years ago

PR checklist

This would fix the issue #288 , which caused by targeting the wrong element.

Looks like there's an 'overlay' suppose to be triggered, however, the target element exist neither.

Further improvement can be made by adding tests cases to prevent the issue from occurring.

Docs

Tests

Typing

Styling

BastinJafari commented 3 years ago

nice PR!