aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/components/github-picker.vue
diff options
context:
space:
mode:
Diffstat (limited to 'application/components/github-picker.vue')
-rw-r--r--application/components/github-picker.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/components/github-picker.vue b/application/components/github-picker.vue
index 3a4384b..259b35e 100644
--- a/application/components/github-picker.vue
+++ b/application/components/github-picker.vue
@@ -132,7 +132,7 @@ export default {
return
}
- this.$emit('select', response)
+ this.$emit('select', { github: { repository, branch }, ...response })
},
clearSelection() {
this.branch = null