We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feccd07 commit 4484172Copy full SHA for 4484172
dashboard/assets.go
dashboard/src/App.js
@@ -97,7 +97,7 @@ class App extends Component {
97
deployment={this.state.operators.deployment}
98
deploymentReplication={this.state.operators.deployment_replication}
99
storage={this.state.operators.storage}
100
- otherOperators={this.state.operators.other}
+ otherOperators={this.state.operators.other || []}
101
pod={this.state.operators.pod}
102
namespace={this.state.operators.namespace}
103
/>;
0 commit comments