fix id not set in page update pubsub message
This commit is contained in:
@ -379,7 +379,7 @@ export const updateLibraryItem = async (
|
||||
|
||||
await pubsub.entityUpdated<DeepPartial<LibraryItem>>(
|
||||
EntityType.PAGE,
|
||||
libraryItem,
|
||||
{ ...libraryItem, id },
|
||||
userId
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user