mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
4d74e6cefa
commit
515f85fe1c
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
export let save = false;
|
||||
export let preview = false;
|
||||
|
||||
export let paragraphTag = 'p';
|
||||
export let editCodeBlock = true;
|
||||
export let topPadding = false;
|
||||
|
||||
|
|
@ -64,6 +65,7 @@
|
|||
{done}
|
||||
{save}
|
||||
{preview}
|
||||
{paragraphTag}
|
||||
{editCodeBlock}
|
||||
{sourceIds}
|
||||
{topPadding}
|
||||
|
|
|
|||
Loading…
Reference in a new issue