From cf2f0b1b5c0179c6425a8e2c04b004f331b2f540 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 11 Aug 2023 22:34:14 +0200 Subject: [PATCH] fix: Flash of empty state in sidebar when creating a new collection --- app/scenes/CollectionNew.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scenes/CollectionNew.tsx b/app/scenes/CollectionNew.tsx index e6293212a..c78ff588a 100644 --- a/app/scenes/CollectionNew.tsx +++ b/app/scenes/CollectionNew.tsx @@ -56,6 +56,7 @@ class CollectionNew extends React.Component { icon: this.icon, color: this.color, permission: this.permission, + documents: [], }, this.props.collections );