The select-all checkbox should not be checked if there are no vulnerabilities

Summary

the select-all checkbox should not be checked if there are no vulnerabilities

Steps to reproduce

  1. Navigate to a project security dashboard
  2. Filter out all the vulnerabilities so no vulnerabilities are left

Example Project

https://staging.gitlab.com/secure-team-test/security-reports/-/security/dashboard/?severity=INFO

What is the current bug behavior?

The check-all checkbox is checked

What is the expected correct behavior?

The check-all checkbox is not checked

Relevant logs and/or screenshots

checkbox

Possible fixes

I think this should be a simple logical addition here https://gitlab.com/gitlab-org/gitlab/-/blob/b8e5e7ce763bcc3c24356446a693cd507a58e88a/ee/app/assets/javascripts/vulnerabilities/components/vulnerability_list.vue#L74