summaryrefslogtreecommitdiff
path: root/plugins/github/src/org/jetbrains/plugins/github/pullrequest/ui/toolwindow/create/GHPRCreateComponentHolder.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/github/src/org/jetbrains/plugins/github/pullrequest/ui/toolwindow/create/GHPRCreateComponentHolder.kt')
-rw-r--r--plugins/github/src/org/jetbrains/plugins/github/pullrequest/ui/toolwindow/create/GHPRCreateComponentHolder.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/github/src/org/jetbrains/plugins/github/pullrequest/ui/toolwindow/create/GHPRCreateComponentHolder.kt b/plugins/github/src/org/jetbrains/plugins/github/pullrequest/ui/toolwindow/create/GHPRCreateComponentHolder.kt
index a52a1c43f8bd..bc1859c2daff 100644
--- a/plugins/github/src/org/jetbrains/plugins/github/pullrequest/ui/toolwindow/create/GHPRCreateComponentHolder.kt
+++ b/plugins/github/src/org/jetbrains/plugins/github/pullrequest/ui/toolwindow/create/GHPRCreateComponentHolder.kt
@@ -367,7 +367,7 @@ internal class GHPRCreateComponentHolder(private val actionManager: ActionManage
ChangeDiffRequestProducer.create(project, it, requestDataKeys)
}
- return ChangeDiffRequestChain(producers.list, producers.selectedIndex)
+ return ChangeDiffRequestChain(producers)
}
}
} \ No newline at end of file