Fix discord field model

This commit is contained in:
Prospector
2020-12-01 02:29:26 -08:00
parent 2c871d1339
commit db0dc71319
2 changed files with 4 additions and 2 deletions

View File

@@ -202,7 +202,7 @@
<label title="An inivitation link to your Discord server.">
<span>Discord invite</span>
<input
v-model="mod.wiki_url"
v-model="mod.discord_url"
type="url"
placeholder="Enter a valid URL"
/>