fix: add missing create-memory-collection hidden input to Create Memory modal
This commit is contained in:
@@ -1776,6 +1776,7 @@
|
||||
<!-- Create Memory Modal -->
|
||||
<div id="create-memory-modal" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 2000; align-items: center; justify-content: center;">
|
||||
<div style="background: #1e1e1e; border: 2px solid #555; border-radius: 8px; padding: 2rem; max-width: 600px; width: 90%;">
|
||||
<input type="hidden" id="create-memory-collection" value="">
|
||||
<h3 style="margin: 0 0 1rem 0; color: #6fdc6f;" id="create-modal-title">➕ Create New Memory</h3>
|
||||
<div style="margin-bottom: 1rem;">
|
||||
<label style="display: block; color: #ccc; margin-bottom: 0.5rem;">Content:</label>
|
||||
|
||||
Reference in New Issue
Block a user