fix: [helpers:bootstrap] Correct call to local function

pull/59/head
mokaddem 2021-06-23 11:33:36 +02:00
parent 2c58de4712
commit 01467b94ea
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class UIFactory {
$statusNode = $elligibleTable
} else {
if ($table instanceof jQuery) {
$reloadedElement = getContainerForTable($table)
$reloadedElement = this.getContainerForTable($table)
$statusNode = $table.find('table.table')
} else {
$reloadedElement = $(`#table-container-${$table}`)