mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-27 09:05:02 +00:00
Take out extra bits of code
This commit is contained in:
parent
e085836f75
commit
e406e41316
@ -377,9 +377,6 @@ export class WorkflowSpecListComponent implements OnInit {
|
|||||||
height: '58vh',
|
height: '58vh',
|
||||||
width: '50vw',
|
width: '50vw',
|
||||||
});
|
});
|
||||||
// display to user the changed files
|
|
||||||
let comment = '';
|
|
||||||
let branch = 'alicia'; // I think this can be set from the gitrepo call above
|
|
||||||
|
|
||||||
dialogRef.afterClosed().subscribe((comment: string) => {
|
dialogRef.afterClosed().subscribe((comment: string) => {
|
||||||
this.api.gitRepoPush(comment).subscribe(data => {
|
this.api.gitRepoPush(comment).subscribe(data => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user