You've already forked AstralRinth
forked from didirus/AstralRinth
Fix mod body editing
This commit is contained in:
@@ -397,7 +397,7 @@ export default {
|
|||||||
const data = {
|
const data = {
|
||||||
title: this.mod.title,
|
title: this.mod.title,
|
||||||
description: this.mod.description,
|
description: this.mod.description,
|
||||||
body: this.body,
|
body: this.mod.body,
|
||||||
categories: this.mod.categories,
|
categories: this.mod.categories,
|
||||||
issues_url: this.mod.issues_url,
|
issues_url: this.mod.issues_url,
|
||||||
source_url: this.mod.source_url,
|
source_url: this.mod.source_url,
|
||||||
|
|||||||
Reference in New Issue
Block a user