diff --git a/ui/components/PresetForm.vue b/ui/components/PresetForm.vue index aedbd1d2..ba9447db 100644 --- a/ui/components/PresetForm.vue +++ b/ui/components/PresetForm.vue @@ -444,7 +444,7 @@ const importItem = async () => { } if (item.template) { - form.template = item.output_template + form.template = item.template } if (item.folder) { diff --git a/ui/pages/presets.vue b/ui/pages/presets.vue index cfc097ea..2b831b07 100644 --- a/ui/pages/presets.vue +++ b/ui/pages/presets.vue @@ -76,8 +76,8 @@ div.is-centered { 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. -