Fix mod body editing

This commit is contained in:
Geometrically 2021-01-14 22:44:33 -07:00
parent 26997ad5c3
commit 268cd131dc
No known key found for this signature in database
GPG Key ID: 90C056FDC8FC9FF0

View File

@ -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,