Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intrn(post): destructure post tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 20, 2022
1 parent adcf6a4 commit b63afcf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/post/multiviewer/viewer/update_post_form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,7 @@ const roleID = computed<string>({
const postID = computed<string>(() => props.modelValue.id)
const tags = ref<DeserializedTagResource[]>([
{
"deletedAt": null,
"id": null
}
...props.modelValue.tags.data
])
const content = computed<string>({
get(): string {
Expand Down

0 comments on commit b63afcf

Please sign in to comment.