Skip to content

Commit 1f0ad5c

Browse files
shwstpprdhslove
authored andcommitted
ui: missing changes from apache#10115 (apache#10949)
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 1984642 commit 1f0ad5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ui/src/components/view/SearchView.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,13 @@ export default {
445445
this.fields[apiKeyAccessIndex].loading = false
446446
}
447447
448+
if (arrayField.includes('usersource')) {
449+
const userSourceIndex = this.fields.findIndex(item => item.name === 'usersource')
450+
this.fields[userSourceIndex].loading = true
451+
this.fields[userSourceIndex].opts = this.fetchAvailableUserSourceTypes()
452+
this.fields[userSourceIndex].loading = false
453+
}
454+
448455
if (arrayField.includes('arch')) {
449456
const typeIndex = this.fields.findIndex(item => item.name === 'arch')
450457
this.fields[typeIndex].loading = true

0 commit comments

Comments
 (0)