mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
fix: prompt creation issue
This commit is contained in:
parent
3f133fad56
commit
ab99d3b112
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
export let edit = false;
|
||||
export let prompt = null;
|
||||
export let clone = false;
|
||||
export let disabled = true;
|
||||
export let disabled = false;
|
||||
|
||||
const i18n = getContext('i18n');
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
import PromptEditor from '$lib/components/workspace/Prompts/PromptEditor.svelte';
|
||||
|
||||
let prompt = null;
|
||||
let disabled = true;
|
||||
let disabled = false;
|
||||
|
||||
const onSubmit = async (_prompt) => {
|
||||
console.log(_prompt);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue