Skip to content

Commit

Permalink
fix: no default namespace select
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicCoder committed Dec 19, 2024
1 parent c658d58 commit 596d3a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dashboard/public/components/namespace-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ export class NamespaceSelector extends PolymerElement {
}
}

return this.namespaces.find(
(n) => n.role == 'owner');
return this.namespaces[0];
}

/**
Expand Down

0 comments on commit 596d3a5

Please sign in to comment.