🚨 Prefect flow doesn’t update the latest parameters list🚨
I’ve been utilizing a Prefect flow to process a substantial volume of data, featuring two parameters named say “Parameter A” and “Parameter B,” both being integers. Recently, I made modifications to the flow, specifically removing “Parameter B.” Despite this change, when attempting to manually run the flow through the Prefect dashboard, I still observe both parameters listed. The flow has indeed been updated to include only “Parameter A.” Why is the previously removed parameter still visible in the Prefect UI, and what steps can be taken to resolve this issue?