More TypeScript
This commit is contained in:
@@ -379,7 +379,7 @@ class AccountMenuCtrl extends PureCtrl {
|
||||
importData: null
|
||||
});
|
||||
if (errorCount > 0) {
|
||||
const message = StringImportError({ errorCount: errorCount });
|
||||
const message = StringImportError(errorCount);
|
||||
this.application.alertService.alert({
|
||||
text: message
|
||||
});
|
||||
|
||||
@@ -117,7 +117,7 @@ class PanelResizerCtrl {
|
||||
}
|
||||
|
||||
handleResize() {
|
||||
debounce(() => {
|
||||
debounce(this, () => {
|
||||
this.reloadDefaultValues();
|
||||
this.handleWidthEvent();
|
||||
this.$timeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user