mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-16 05:42:13 +08:00
Fix action toolbar for project folders [SCI-8572] (#5514)
This commit is contained in:
parent
a0616adf17
commit
b0a7699184
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
if (values.length === 0) return true;
|
||||
|
||||
return values.map((v) => !v.length).reduce((v) => v);
|
||||
return !values.some((v) => v.length);
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue