fix: typo in reload-ext-data

This commit is contained in:
Baptiste Grob
2020-10-09 17:05:01 +02:00
parent 3def145215
commit 0ff9d3d4e1
5 changed files with 5 additions and 5 deletions

View File

@@ -131,7 +131,7 @@ class ComponentViewCtrl {
}
}
if(this.expired && doManualReload) {
this.$rootScope.$broadcast('reload-ext-dat');
this.$rootScope.$broadcast('reload-ext-data');
}
this.reloadThemeStatus();
this.$timeout(() => {