hotfix: typo in reload ext data

This commit is contained in:
Mo Bitar
2020-09-25 11:53:24 -05:00
parent 10625b4a5f
commit 67382d01a0
3 changed files with 3 additions and 3 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(() => {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long