fix: [helpers:bootstrap] Correct call to local function
parent
2c58de4712
commit
01467b94ea
|
@ -124,7 +124,7 @@ class UIFactory {
|
||||||
$statusNode = $elligibleTable
|
$statusNode = $elligibleTable
|
||||||
} else {
|
} else {
|
||||||
if ($table instanceof jQuery) {
|
if ($table instanceof jQuery) {
|
||||||
$reloadedElement = getContainerForTable($table)
|
$reloadedElement = this.getContainerForTable($table)
|
||||||
$statusNode = $table.find('table.table')
|
$statusNode = $table.find('table.table')
|
||||||
} else {
|
} else {
|
||||||
$reloadedElement = $(`#table-container-${$table}`)
|
$reloadedElement = $(`#table-container-${$table}`)
|
||||||
|
|
Loading…
Reference in New Issue