diff --git a/packages/client/src/pages/gallery/post.vue b/packages/client/src/pages/gallery/post.vue index 78f497a82..f34fc5058 100644 --- a/packages/client/src/pages/gallery/post.vue +++ b/packages/client/src/pages/gallery/post.vue @@ -229,14 +229,7 @@ function edit() { watch(() => props.postId, fetchPost, { immediate: true }); -const headerActions = computed(() => [ - { - icon: `${icon("ph-pencil")}`, - text: i18n.ts.edit, - handler: edit, - }, -]); - +const headerActions = computed(() => []); const headerTabs = computed(() => []); definePageMetadata(