fix: fix the category options in the flavor list page
Fix the category options in the flavor list page, each architecture has its own options. Closes-Bug: #1992407 Change-Id: I42b571421cd85a48541c82e1e9135c4d729a07d1
This commit is contained in:
parent
8398406da8
commit
27f127f86d
@ -312,7 +312,7 @@ export const getFlavorSearchFilters = (category) => {
|
||||
filters.push({
|
||||
label: t('Category'),
|
||||
name: 'category',
|
||||
options: getOptions(armCategoryList),
|
||||
options: getOptions(category),
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user