diff --git a/packages/euler/src/views/contributors/FormSearch.vue b/packages/euler/src/views/contributors/FormSearch.vue index 1b859070963e923cdbdaa1fbdedbc40757114d45..d378c3554bd8c6d20ce1d752bcc0d43598005ada 100644 --- a/packages/euler/src/views/contributors/FormSearch.vue +++ b/packages/euler/src/views/contributors/FormSearch.vue @@ -85,6 +85,8 @@ const formOptionSwitch = computed(() => { active: 'pr', list: [ { label: t('home.prs'), value: 'pr' }, + { label: t('home.issues'), value: 'issue' }, + { label: t('home.comments'), value: 'comment' }, // { label: t('from.LOC'), value: 'cloc' }, ], },