if fetch_content is false, set the state to content_not_fetched and use preview content
This commit is contained in:
@ -955,7 +955,7 @@ export const moveToFolderResolver = authorized<
|
||||
)
|
||||
|
||||
// if the content is not fetched yet, create a page save request
|
||||
if (!item.readableContent) {
|
||||
if (item.state === LibraryItemState.ContentNotFetched) {
|
||||
try {
|
||||
await createPageSaveRequest({
|
||||
userId: uid,
|
||||
|
||||
Reference in New Issue
Block a user