List only collections where new entries are allowed. Closes #206
This commit is contained in:
parent
5bea671947
commit
37f690fc44
@ -113,7 +113,7 @@ export default class AppHeader extends React.Component {
|
||||
onHide={this.handleCreateMenuHide}
|
||||
>
|
||||
{
|
||||
collections.valueSeq().map(collection =>
|
||||
collections.filter(collection => collection.get('create')).valueSeq().map(collection =>
|
||||
<MenuItem
|
||||
key={collection.get("name")}
|
||||
value={collection.get("name")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user