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