web: fix error when applications have no provider assigned

This commit is contained in:
Jens Langhammer
2020-12-27 19:40:50 +01:00
parent a7bdd63e4d
commit 4fea0f5939
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ export class Application {
pk: string;
name: string;
slug: string;
provider: Provider;
provider?: Provider;
launch_url: string;
meta_launch_url: string;