qri-io / frontend

frontend application for our qri.cloud site
GNU General Public License v3.0
3 stars 2 forks source link

Don't show toast when executing "Run Now" #620

Closed chriswhong closed 2 years ago

chriswhong commented 2 years ago

When the user clicks "run now" either from the collection or the run log, we do not need to show a toast as they are already receiving live feedback on the run status.

Let's add logic to make sure these runs don't generate a toast.

chriswhong commented 2 years ago

This has been fixed