We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb05cad commit 4df822aCopy full SHA for 4df822a
1 file changed
ui/src/components/resource_mapping/index.vue
@@ -64,15 +64,15 @@
64
:placeholder="$t('common.search')"
65
style="width: 220px"
66
clearable
67
- @keyup.enter="pageResourceMapping()"
+ @keyup.enter="currentTab === 'dependency' ? pageMappingResource() : pageResourceMapping()"
68
/>
69
<el-input
70
v-if="searchType === 'user_name'"
71
v-model="query.user_name"
72
73
74
75
76
77
<el-select
78
v-else-if="searchType === 'source_type'"
0 commit comments