Remove unnecessary double popup for replace

This commit is contained in:
Wolfsblvt
2024-09-10 21:19:35 +02:00
parent 27e0905a1b
commit 748005b903
2 changed files with 12 additions and 10 deletions

View File

@@ -1 +1,8 @@
<span class="margin-right-10px">Enter Checkpoint Name:</span><small>(Leave empty to auto-generate)</small>
<div>
<span class="margin-right-10px">Enter Checkpoint Name:</span><small>(Leave empty to auto-generate)</small>
</div>
{{#if isReplace}}
<div class="m-t-1">
<small>The currently existing checkpoint will be unlinked and replaced with the new checkpoint, but can still be found in the Chat Management.</small>
</div>
{{/if}}