fix: Flash of empty state in sidebar when creating a new collection

This commit is contained in:
Tom Moor
2023-08-11 22:34:14 +02:00
parent 4a4ea0e531
commit cf2f0b1b5c

View File

@@ -56,6 +56,7 @@ class CollectionNew extends React.Component<Props> {
icon: this.icon,
color: this.color,
permission: this.permission,
documents: [],
},
this.props.collections
);