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:
Jingwei.Zhang 2022-10-11 15:23:51 +08:00
parent 8398406da8
commit 27f127f86d

View File

@ -312,7 +312,7 @@ export const getFlavorSearchFilters = (category) => {
filters.push({
label: t('Category'),
name: 'category',
options: getOptions(armCategoryList),
options: getOptions(category),
});
}