tweak on dialog component
This commit is contained in:
parent
43e81fd0f5
commit
8e0b870dad
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue