diff --git a/pkg/harvester/components/settings/support-bundle-namespaces.vue b/pkg/harvester/components/settings/support-bundle-namespaces.vue index b0aeb9b9..5a2b3607 100644 --- a/pkg/harvester/components/settings/support-bundle-namespaces.vue +++ b/pkg/harvester/components/settings/support-bundle-namespaces.vue @@ -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));