collection fix
This commit is contained in:
@@ -110,6 +110,7 @@ export default function EditCollectionPage() {
|
||||
description: collection.description,
|
||||
tags: collection.tags?.map(tag => tag.name) || [],
|
||||
storyIds: collection.collectionStories?.map(cs => cs.story.id) || [],
|
||||
stories: collection.collectionStories?.map(cs => cs.story) || [],
|
||||
coverImagePath: collection.coverImagePath,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user