feat: Add v11 indicator filter to optimization analytics page

This commit is contained in:
mindesbunister
2025-12-15 11:39:36 +01:00
parent 90e403e302
commit 186101920a

View File

@@ -13,6 +13,7 @@ interface AnalysisResult {
// Available indicator versions for filtering
const INDICATOR_VERSIONS = [
{ value: 'v11', label: 'v11 - All Filters' },
{ value: 'v9', label: 'v9 - Current Production' },
{ value: 'v8', label: 'v8 - Previous Version' },
{ value: 'v6', label: 'v6 - Legacy' },