summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repository/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/repository/index.js')
-rw-r--r--app/assets/javascripts/repository/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/repository/index.js b/app/assets/javascripts/repository/index.js
index b1217881bc3..b5568393313 100644
--- a/app/assets/javascripts/repository/index.js
+++ b/app/assets/javascripts/repository/index.js
@@ -75,6 +75,7 @@ export default function setupVueRepositoryList() {
sourcePath,
sourceDefaultBranch,
createMrPath,
+ canSyncBranch,
aheadComparePath,
behindComparePath,
canUserCreateMrInFork,
@@ -85,6 +86,7 @@ export default function setupVueRepositoryList() {
render(h) {
return h(ForkInfo, {
props: {
+ canSyncBranch: parseBoolean(canSyncBranch),
projectPath,
selectedBranch,
sourceName,