Skip to content

Commit c12c519

Browse files
committed
hide files
1 parent fd80c79 commit c12c519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assistantweb/src/ConfigForm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const ConfigForm: React.FC<ConfigFormProps> = ({
159159
</button>
160160
</form>
161161
</div>
162-
{selectedVectorId && (
162+
{/* {selectedVectorId && (
163163
<div className="files-container">
164164
<h2>Files for Vector Store ID: {selectedVectorId}</h2>
165165
<ul>
@@ -174,7 +174,7 @@ const ConfigForm: React.FC<ConfigFormProps> = ({
174174
)}
175175
</ul>
176176
</div>
177-
)}
177+
)} */}
178178
</div>
179179

180180
</>

0 commit comments

Comments
 (0)