feat: Add v11 indicator filter to optimization analytics page
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user