Skip to content

Commit

Permalink
fix(chat): fix error placement in select folder window (Issue #1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan committed Jan 7, 2025
1 parent f8f705d commit 2ece418
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const SelectFolderList = <T extends Conversation | Prompt | DialFile>({
? FeatureType.File
: FeatureType.Prompt
}
skipFolderRenameValidation
maxDepth={MAX_CONVERSATION_AND_PROMPT_FOLDERS_DEPTH}
currentFolder={folder}
highlightedFolders={highlightedFolders}
Expand Down

0 comments on commit 2ece418

Please sign in to comment.