You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/settingsWidget.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -775,7 +775,7 @@ class SettingsWidget {
775
775
{type: DialogInputType.Text,name: 'Source Owner',default: config.sourceOwner,placeholder: null,info: 'The owner of the repository that is the source of the Pull Request.'},
776
776
{type: DialogInputType.Text,name: 'Source Repo',default: config.sourceRepo,placeholder: null,info: 'The name of the repository that is the source of the Pull Request.'},
777
777
{type: DialogInputType.Text,name: 'Destination Owner',default: config.destOwner,placeholder: null,info: 'The owner of the repository that is the destination / target of the Pull Request.'},
778
-
{type: DialogInputType.Text,name: 'Destination Repo',default: config.destRepo,placeholder: null,info: 'The name of the repository that is the destination / target of the Pull Request.'},
778
+
{type: DialogInputType.Text,name: 'Destination Repo',default: config.destRepo,placeholder: null,info: 'The name of the repository that is the destination / target of the Pull Request.'}
inputs.push({type: DialogInputType.Text,name: 'Destination Project ID',default: config.destProjectId,placeholder: null,info: 'The GitLab Project ID of the destination / target of the Pull Request. Leave this field blank to use the default destination / target configured in GitLab.'});
0 commit comments