Skip to content

Commit

Permalink
fix: admin direct message update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Nov 11, 2023
1 parent a72dd92 commit 43b30b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.7.16",
"@jx3box/jx3box-common": "^8.0.3",
"@jx3box/jx3box-common-ui": "^7.9.5",
"@jx3box/jx3box-common": "^8.0.5",
"@jx3box/jx3box-common-ui": "^7.9.10",
"@jx3box/jx3box-data": "^3.5.4",
"@jx3box/jx3box-editor": "^2.0.0",
"@jx3box/jx3box-editor": "^2.0.1",
"@jx3box/jx3box-talent": "^1.2.7",
"@jx3box/jx3box-talent2": "^1.5.7",
"axios": "^0.21.1",
Expand Down
2 changes: 1 addition & 1 deletion src/layout/SingleLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:adminMarks="{}"
>
<template #op-prepend>
<AdminDirectMessage :user-id="user_id" :sourceId="post.ID" :sourceType="post.post_type"></AdminDirectMessage>
<AdminDirectMessage :user-id="user_id" :sourceId="String(post.ID)" :sourceType="post.post_type"></AdminDirectMessage>
</template>
<template #title>
<span>
Expand Down

0 comments on commit 43b30b4

Please sign in to comment.