Skip to content

Commit 2590d0e

Browse files
cantisCopilot
andauthored
Update app/templates/miniatures/edit.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 685dcda commit 2590d0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/miniatures/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Edit Miniature</h2>
8787
this.insertBefore(newOption, this.options[this.options.length - 1]);
8888
} else {
8989
// Reset to current value if cancelled or empty
90-
this.value = '{{ mini.faction or "" }}';
90+
this.value = {{ (mini.faction or "") | tojson }};
9191
}
9292
}
9393
});

0 commit comments

Comments
 (0)