From 268cd131dc64dbcd6b4b90dee8060a50fff340df Mon Sep 17 00:00:00 2001 From: Geometrically Date: Thu, 14 Jan 2021 22:44:33 -0700 Subject: [PATCH] Fix mod body editing --- pages/mod/_id/edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mod/_id/edit.vue b/pages/mod/_id/edit.vue index c3efdce25..4f02ddaad 100644 --- a/pages/mod/_id/edit.vue +++ b/pages/mod/_id/edit.vue @@ -397,7 +397,7 @@ export default { const data = { title: this.mod.title, description: this.mod.description, - body: this.body, + body: this.mod.body, categories: this.mod.categories, issues_url: this.mod.issues_url, source_url: this.mod.source_url,