Update assets/js/flux-group-keys.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/6079/head
parent
da586702a3
commit
130a662567
|
|
@ -155,7 +155,7 @@ function buildTable(inputData) {
|
|||
}
|
||||
|
||||
// Create the table element
|
||||
var table = document.createElement('table');
|
||||
const table = document.createElement('table');
|
||||
|
||||
// Create the table header
|
||||
for (let i = 0; i < columns.length; i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue