Have the ability to auto hide automatically generated tabs created from mirror properties markdown
N
Nava Maklev
Context: On our repository entity page, I have a dashboard tab with a markdown widget meant to display an "AI Insights Summary". The actual data lives on a related blueprint repo_measurement (1:1 relation from repository), in a property ai_insights_summary (format: markdown).
Mirroring repo_measurement.ai( http://repo_measurement.ai ) _insights_summary as a property on repository - this works, but Port automatically generates a duplicate "AI Insights Summary" tab from the markdown property, which is confusing for users (we already have a "Repository Scan" tab where we want it)
We want to have the ability to hide this generated tab to avoid confusing the users.