Update index.js

Fix thnigie

Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
James Cole
2025-07-25 10:56:42 +02:00
committed by GitHub
parent b78460100d
commit 6cbdb2ce70

View File

@@ -71,7 +71,7 @@ let index = function () {
init() {
// TODO need date range.
// TODO handle page number
this.getTransactions(this.page);``
this.getTransactions(this.page);
// Your Javascript code to create the grid
// dataTable = createGrid(document.querySelector('#grid'), gridOptions);