Skip to content

Commit 8f294b5

Browse files
committed
Fix reactivity bug preventing Ollama prompt save
1 parent 4c662f6 commit 8f294b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/desktop/src/lib/components/AIPromptEdit/Content.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
6666
prompt.prompt = promptMessages;
6767
prompt.name = promptName;
68+
prompt = prompt;
6869
editing = false;
6970
}
7071

0 commit comments

Comments
 (0)