fix: Flash of empty state in sidebar when creating a new collection
This commit is contained in:
@@ -56,6 +56,7 @@ class CollectionNew extends React.Component<Props> {
|
||||
icon: this.icon,
|
||||
color: this.color,
|
||||
permission: this.permission,
|
||||
documents: [],
|
||||
},
|
||||
this.props.collections
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user