From 4b6f698b77f2ba90050868c0651aac8409dfb30d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 11 Aug 2020 11:44:07 +0200 Subject: [PATCH] Don't show the delete post button when creating a new post Signed-off-by: Thomas Citharel --- js/src/views/Posts/Edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/views/Posts/Edit.vue b/js/src/views/Posts/Edit.vue index 177ffb91..1118e712 100644 --- a/js/src/views/Posts/Edit.vue +++ b/js/src/views/Posts/Edit.vue @@ -53,7 +53,7 @@ {{ $t("Cancel") }} - + {{ $t("Delete post") }}