Move star out of editor into documentpreview (#174)
* Move star out of editor into documentpreview
* 💚
This commit is contained in:
@@ -26,6 +26,7 @@ const SidebarCollectionList = observer(({ history, collections }: Props) => {
|
||||
<Header>Collections</Header>
|
||||
{collections.data.map(collection => (
|
||||
<DropToImport
|
||||
key={collection.id}
|
||||
history={history}
|
||||
collectionId={collection.id}
|
||||
activeStyle={activeStyle}
|
||||
|
||||
Reference in New Issue
Block a user