docs: fix passing linkable for inverse read-only links (#13041)

This commit is contained in:
Shahed Nasser
2025-07-25 13:27:06 +03:00
committed by GitHub
parent 7b3dc917a2
commit d22b6257b7
3 changed files with 7 additions and 7 deletions
@@ -110,7 +110,7 @@ export default defineLink(
field: "id",
},
{
linkable: BlogModule.linkable.post.id,
...BlogModule.linkable.post.id,
primaryKey: "product_id",
},
{
@@ -272,7 +272,7 @@ export default defineLink(
field: "id",
},
{
linkable: BlogModule.linkable.post.id,
...BlogModule.linkable.post.id,
primaryKey: "product_id",
},
{
@@ -346,7 +346,7 @@ export default defineLink(
isList: true,
},
{
linkable: BlogModule.linkable.post.id,
...BlogModule.linkable.post.id,
primaryKey: "product_id",
},
{