fix: show the beta warning on web

This commit is contained in:
Baptiste Grob
2020-11-20 12:14:39 +01:00
parent 93876a11eb
commit b0ccecbd96
4 changed files with 7 additions and 19 deletions

View File

@@ -63,7 +63,8 @@ export class ApplicationGroup extends SNApplicationGroup {
const appState = new AppState(
this.$rootScope,
this.$timeout,
application
application,
this.bridge,
);
const archiveService = new ArchiveManager(
application