Remove unused warning in pipeline graph
We had a computer prop `alert()` to decide which alert to render based on some conditions. We had errors and warnings, but we removed warnings and forgot to remove the unused property. This removes the unused code.
Showing
Please register or sign in to comment