fix: prompt creation issue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user