Skip to content

Commit

Permalink
fix: default value prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 18, 2024
1 parent 9936ae3 commit 35cd6e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screenpipe-app-tauri/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export function Settings({ className }: { className?: string }) {
<Textarea
id="customPrompt"
value={localSettings.customPrompt}
defaultValue={localSettings.customPrompt}
onChange={handleCustomPromptChange}
className="min-h-[100px]"
placeholder="enter your custom prompt here"
Expand Down

0 comments on commit 35cd6e2

Please sign in to comment.