mirror of
https://github.com/danbulant/Mangades
synced 2026-06-19 06:11:38 +00:00
fix select all
This commit is contained in:
parent
e2df1b923d
commit
b772eda4d1
2 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,6 +2,6 @@
|
|||
/public/build/
|
||||
|
||||
.DS_Store
|
||||
/.routify
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
pnpm-lock.yaml
|
||||
/.routify/
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@
|
|||
|
||||
function selectAll() {
|
||||
chapters.then(res => {
|
||||
var chapters = res.results;
|
||||
var chapters = res.data;
|
||||
if(arraysEqual(selected, chapters)) {
|
||||
selected = [];
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue