mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-07-13 02:13:26 +00:00
DEV: Add comment for clarity
This commit is contained in:
parent
9bfc23c599
commit
633109804c
@ -23,6 +23,7 @@ export default class extends Controller {
|
|||||||
headings.push(...Object.keys(object));
|
headings.push(...Object.keys(object));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Build Table Data
|
||||||
tableData.push([...Object.values(object)]);
|
tableData.push([...Object.values(object)]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user