diff --git a/components/post/multiviewer/viewer/update_post_form.vue b/components/post/multiviewer/viewer/update_post_form.vue index 4735891a0..368577392 100644 --- a/components/post/multiviewer/viewer/update_post_form.vue +++ b/components/post/multiviewer/viewer/update_post_form.vue @@ -360,10 +360,10 @@ function updateTags() { } const mayUpdateTag = computed(() => { - const canCreate = permissionGroup.hasOneRoleAllowed(userProfile.data.roles.data, [ + const canUpdate = permissionGroup.hasOneRoleAllowed(userProfile.data.roles.data, [ UPDATE ]) - return canCreate + return canUpdate }) watch(isShown, newValue => {