Update assets/js/flux-group-keys.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/6079/head
Jason Stirnaman 2025-06-02 17:40:38 -05:00 committed by GitHub
parent da586702a3
commit 130a662567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {