Skip to content

Commit

Permalink
Merge pull request #308 from torchiaf/307-crash-navigating-to-cluster…
Browse files Browse the repository at this point in the history
…-explorer

Fix crash navigating to cluster explorer
  • Loading branch information
torchiaf authored Aug 21, 2023
2 parents 0fcff8c + 4c1a00d commit 707e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/pkg/epinio/models/epinio-namespaced-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default class EpinioMetaResource extends EpinioResource {
get namespaceLocation() {
return createEpinioRoute(`c-cluster-resource-id`, {
cluster: this.$rootGetters['clusterId'],
resource: this.schema.id,
resource: this.schema?.id,
id: this.meta.namespace,
});
}
Expand Down

0 comments on commit 707e439

Please sign in to comment.