fix build: linting javascript
This commit is contained in:
parent
3bded5071b
commit
4423817ef5
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
@ -63,6 +63,11 @@
|
||||
"type": "npm",
|
||||
"script": "frontend:lint",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "lint",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -296,7 +296,7 @@ export class AsyncTable {
|
||||
return el.getAttribute('href') || el.querySelector('a').getAttribute('href');
|
||||
}
|
||||
|
||||
_changePagesizeHandler = (event) => {
|
||||
_changePagesizeHandler = () => {
|
||||
const url = new URL(getLocalStorageParameter('currentTableUrl') || window.location.href);
|
||||
const formData = new FormData(this._pagesizeForm);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user