mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Rename custom instructions -> instructions
This commit is contained in:
@@ -235,11 +235,11 @@ function ChatSidebarInternal({ ...props }: ChatSideBarProps) {
|
||||
</SidebarGroup>
|
||||
<SidebarGroup key={"instructions"}>
|
||||
<SidebarGroupContent>
|
||||
<SidebarGroupLabel>Custom Instructions</SidebarGroupLabel>
|
||||
<SidebarGroupLabel>Instructions</SidebarGroupLabel>
|
||||
<SidebarMenu className="p-0 m-0">
|
||||
<SidebarMenuItem className="list-none">
|
||||
<Textarea
|
||||
className="w-full h-32"
|
||||
className="w-full h-32 resize-none hover:resize-y"
|
||||
value={customPrompt}
|
||||
onChange={(e) => handleCustomPromptChange(e.target.value)}
|
||||
readOnly={!isEditable}
|
||||
|
||||
Reference in New Issue
Block a user