Fix action toolbar for project folders [SCI-8572] (#5514)

This commit is contained in:
ajugo 2023-05-30 12:50:33 +02:00 committed by GitHub
parent a0616adf17
commit b0a7699184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@
if (values.length === 0) return true; if (values.length === 0) return true;
return values.map((v) => !v.length).reduce((v) => v); return !values.some((v) => v.length);
} }
}, },
methods: { methods: {