Skip to content

Commit

Permalink
Fix handling of the edit url generated by the preview widget
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerckx committed Jun 20, 2024
1 parent b4288eb commit 97984dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dashboard/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const editLoader = atomFamily(() => {
const entry = await graph.preferDraft.maybeGet(
Entry(where).select({
entryId: Entry.entryId,
locale: Entry.locale,
i18nId: Entry.i18nId,
root: Entry.root,
workspace: Entry.workspace
})
Expand Down

0 comments on commit 97984dd

Please sign in to comment.