Skip to content

Fix(recipe): Do not wait until data graph is deleted to delete a recipe

Fabien Amarger requested to merge topic/default/delete_graph_thread into branch/default

To avoid blocking the UI, the delete graph query is sent from a thread.

Merge request reports