From 8945ce962aba2f0b6462a466f25f7046670853bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=81opatowski?= <llopat@users.noreply.github.com> Date: Thu, 13 Apr 2023 23:18:30 +0200 Subject: [PATCH] Revert "Small fix in aplication deploy" --- src/app/shared/modal/appinstall/appinstallmodal.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/shared/modal/appinstall/appinstallmodal.component.ts b/src/app/shared/modal/appinstall/appinstallmodal.component.ts index 4ea9692d..33c84470 100644 --- a/src/app/shared/modal/appinstall/appinstallmodal.component.ts +++ b/src/app/shared/modal/appinstall/appinstallmodal.component.ts @@ -42,7 +42,6 @@ export class AppInstallModalComponent implements OnInit { } ngOnInit() { - this.app.versions = this.app.versions.filter(version => version.state === ApplicationState.ACTIVE) this.app.versions.sort((a, b) => a.version.localeCompare(b.version, undefined, {numeric: true})); this.app.versions.reverse(); this.selectedAppVersion = this.app.versions[0].appVersionId; -- GitLab