Skip to content
Snippets Groups Projects
Commit 7d220116 authored by kbeyro's avatar kbeyro
Browse files

set appToRemove for ID

parent 5dd5068c
No related branches found
No related tags found
1 merge request!20set appToRemove for ID
...@@ -123,6 +123,7 @@ export class AppManagementListComponent implements OnInit { ...@@ -123,6 +123,7 @@ export class AppManagementListComponent implements OnInit {
if(app.versions.find(version => version.state === ApplicationState.DELETED)) { if(app.versions.find(version => version.state === ApplicationState.DELETED)) {
this.hasRunningInstances = true; this.hasRunningInstances = true;
} }
this.appToRemove = app;
this.confirmRemovalModal.show(); this.confirmRemovalModal.show();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment