mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-12 10:04:23 +00:00
Take out extra bits of code
This commit is contained in:
parent
e085836f75
commit
e406e41316
@ -377,10 +377,7 @@ export class WorkflowSpecListComponent implements OnInit {
|
||||
height: '58vh',
|
||||
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) => {
|
||||
this.api.gitRepoPush(comment).subscribe(data => {
|
||||
this._displayMessage(`Successfully pushed the Git state`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user