mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 14:25: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;
|
title = prompt.title;
|
||||||
await tick();
|
await tick();
|
||||||
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
|
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
|
||||||
hasManualEdit = true;
|
|
||||||
content = prompt.content;
|
content = prompt.content;
|
||||||
|
|
||||||
accessControl = prompt?.access_control === undefined ? {} : prompt?.access_control;
|
accessControl = prompt?.access_control === undefined ? {} : prompt?.access_control;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue