[AAE-1022] Fix components to work on Community environments (#5296)

* [AAE-1022] Fix components to work on Community environments

* Remove appName input
This commit is contained in:
davidcanonieto
2019-12-18 17:33:50 +00:00
committed by Eugenio Romano
parent 0897d372a6
commit dead0087f4
37 changed files with 70 additions and 87 deletions

View File

@@ -52,7 +52,7 @@ export class StartTaskCloudComponent implements OnInit, OnDestroy {
/** (required) Name of the app. */
@Input()
appName: string;
appName: string = '';
/** Maximum length of the task name. */
@Input()