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 116bb71 commit 4b68ed0
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 @@ -12,11 +12,11 @@
},
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.7.16",
"@jx3box/jx3box-common": "^8.0.3",
"@jx3box/jx3box-common-ui": "^7.9.2",
"@jx3box/jx3box-common": "^8.0.5",
"@jx3box/jx3box-common-ui": "^7.9.10",
"@jx3box/jx3box-data": "^3.5.4",
"@jx3box/jx3box-dict": "^2.2.0",
"@jx3box/jx3box-editor": "^2.0.0",
"@jx3box/jx3box-editor": "^2.0.1",
"@jx3box/jx3box-macro": "^1.0.1",
"@jx3box/jx3box-talent": "^1.2.7",
"@jx3box/jx3box-talent2": "^1.5.7",
Expand Down
2 changes: 1 addition & 1 deletion src/layout/SingleLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Header></Header>
<Breadcrumb name="云端宏" slug="macro" root="/macro" :publishEnable="true" :adminEnable="true" :feedbackEnable="true" :crumbEnable="true">
<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>{{ title }}</span>
Expand Down

0 comments on commit 4b68ed0

Please sign in to comment.