tweak on dialog component

This commit is contained in:
alicia pritchett 2022-03-02 14:59:07 -05:00
parent 43e81fd0f5
commit 8e0b870dad
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export class GitMergeDialogComponent {
{ {
key: 'merge_branch', key: 'merge_branch',
type: 'textarea', type: 'textarea',
defaultValue: gitRepo.merge_branch, defaultValue: gitRepo.merge_branch == 'all' ? '' : gitRepo.merge_branch,
templateOptions: { templateOptions: {
label: 'This is the merge branch', label: 'This is the merge branch',
rows: 1, rows: 1,