added value
This commit is contained in:
parent
d427a09b77
commit
ac333b99d7
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ function ChunksPageContent() {
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Search your documents..."
|
placeholder="Search your documents..."
|
||||||
onChange={(e) => setQueryInputText(e.target.value)}
|
onChange={(e) => setQueryInputText(e.target.value)}
|
||||||
|
value={queryInputText}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue