Skip to content

Commit

Permalink
hide files
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineSmet committed Sep 23, 2024
1 parent fd80c79 commit c12c519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assistantweb/src/ConfigForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const ConfigForm: React.FC<ConfigFormProps> = ({
</button>
</form>
</div>
{selectedVectorId && (
{/* {selectedVectorId && (
<div className="files-container">
<h2>Files for Vector Store ID: {selectedVectorId}</h2>
<ul>
Expand All @@ -174,7 +174,7 @@ const ConfigForm: React.FC<ConfigFormProps> = ({
)}
</ul>
</div>
)}
)} */}
</div>

</>
Expand Down

0 comments on commit c12c519

Please sign in to comment.