mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Update PromptEditor.svelte
This commit is contained in:
parent
2a6d2392a0
commit
6ebf522a27
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@
|
|||
title = prompt.title;
|
||||
await tick();
|
||||
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
|
||||
hasManualEdit = true;
|
||||
content = prompt.content;
|
||||
|
||||
accessControl = prompt?.access_control === undefined ? {} : prompt?.access_control;
|
||||
|
|
|
|||
Loading…
Reference in a new issue