Skip to content
Snippets Groups Projects

set appToRemove for ID

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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();
}
}
Loading