added value

This commit is contained in:
Brent O'Neill 2025-10-03 09:12:35 -06:00
parent d427a09b77
commit ac333b99d7

View file

@ -188,6 +188,7 @@ function ChunksPageContent() {
type="text"
placeholder="Search your documents..."
onChange={(e) => setQueryInputText(e.target.value)}
value={queryInputText}
/>
</div>
</div>