fix: exception error (#422) (#423)

(cherry picked from commit b6ffb3e9f1b33c4d9c5d2e4600db87920927b61a)

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
Co-authored-by: Yiya Chen <yiya.chen@suse.com>
This commit is contained in:
mergify[bot] 2025-07-24 13:00:44 +08:00 committed by GitHub
parent 3f19494d98
commit 9dbe7d9015
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,8 +53,6 @@ export default {
},
namespaceOptions() {
if (this.availableNamespaces.length === 0) return [];
const allSelected =
this.namespaces.length === this.filteredNamespaces.length &&
this.filteredNamespaces.every((ns) => this.namespaces.includes(ns));