Skip to content

Commit

Permalink
fix(docs): edit scope miss-formatted in example
Browse files Browse the repository at this point in the history
  • Loading branch information
sitole committed Feb 12, 2024
1 parent e05d861 commit e18dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/admin/pages/scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default () => {
<>
<Title>Edit article</Title>
<EditScope
entity="Article(id: $id)"
entity="Article(id=$id)"
redirectOnSuccess="articles/list"
>
<TextField field={'title'} label={'Title'} />
Expand Down

0 comments on commit e18dad5

Please sign in to comment.