Skip to content

Commit cd50e83

Browse files
kosmozpmig
andauthored
fix(ui): fix no applications shown in deployment form (#1636)
Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu> Co-authored-by: Philip Miglinci <pmig@glasskube.com>
1 parent 017ca77 commit cd50e83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/ui/src/app/deployments/deployment-form/deployment-form.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export class DeploymentFormComponent implements OnInit, AfterViewInit, OnDestroy
211211
(application) =>
212212
application.type === applicationType &&
213213
(!customerOrganizationId ||
214+
licenses.length === 0 ||
214215
licenses.some(
215216
(license) =>
216217
license.applicationId === application.id && license.customerOrganizationId === customerOrganizationId

0 commit comments

Comments
 (0)