1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Allow for 0 other operators

This commit is contained in:
Ewout Prangsma 2018-07-11 17:09:45 +02:00
parent feccd07e49
commit 4484172c1c
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698
2 changed files with 53 additions and 53 deletions

File diff suppressed because one or more lines are too long

View file

@ -97,7 +97,7 @@ class App extends Component {
deployment={this.state.operators.deployment}
deploymentReplication={this.state.operators.deployment_replication}
storage={this.state.operators.storage}
otherOperators={this.state.operators.other}
otherOperators={this.state.operators.other || []}
pod={this.state.operators.pod}
namespace={this.state.operators.namespace}
/>;