Fix preset import output template
This commit is contained in:
parent
23b1b409f4
commit
cbc158f477
2 changed files with 2 additions and 2 deletions
|
|
@ -444,7 +444,7 @@ const importItem = async () => {
|
|||
}
|
||||
|
||||
if (item.template) {
|
||||
form.template = item.output_template
|
||||
form.template = item.template
|
||||
}
|
||||
|
||||
if (item.folder) {
|
||||
|
|
|
|||
|
|
@ -76,8 +76,8 @@ div.is-centered {
|
|||
<span class="icon"><i class="fa-solid fa-triangle-exclamation" /></span>
|
||||
<span>The preset is using deprecated options. It is recommended to update the preset to use the
|
||||
new options. It will cease to work in future versions.</span>
|
||||
<hr>
|
||||
</p>
|
||||
<hr>
|
||||
</template>
|
||||
|
||||
<p class="is-text-overflow">
|
||||
|
|
|
|||
Loading…
Reference in a new issue