diff --git a/pages/_type/_id/edit.vue b/pages/_type/_id/edit.vue index 675b72e0..c1d19c28 100644 --- a/pages/_type/_id/edit.vue +++ b/pages/_type/_id/edit.vue @@ -484,7 +484,9 @@ export default { switch (newValue.short) { case 'custom': - this.license_url = '' + if (oldValue === null || oldValue.short !== '') { + this.license_url = '' + } break default: this.license_url = `https://cdn.modrinth.com/licenses/${newValue.short}.txt`