brianewilkins commented on pull request #1312:
URL: https://github.com/apache/couchdb-fauxton/pull/1312#issuecomment-799765317
I also found that unless these lines 358 to 365 of
./app/addons/databases/components.js are removed there is an error message when
one tries to create a non-partitioned database:
```
if (this.props.showPartitionedOption && this.state.partitionedSelected
=== undefined) {
FauxtonAPI.addNotification({
type: 'error',
msg: 'Please select either Partitioned or Non-partitioned',
clear: true
});
return;
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]