fix(async-table): bind callback in updateTableFrom call
This commit is contained in:
parent
2620fb2f95
commit
cd3e72c0f1
@ -255,7 +255,7 @@ export class AsyncTable {
|
||||
};
|
||||
}
|
||||
this._ignoreRequest = false;
|
||||
this._updateTableFrom(url, callback);
|
||||
this._updateTableFrom(url, callback && callback.bind(this));
|
||||
}
|
||||
|
||||
_serializeTableFilterToURL(tableFilterForm) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user