mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -978,7 +978,6 @@ Provide the enhanced notes in markdown format. Use markdown syntax for headings,
|
|||||||
disabled={(note?.user_id !== $user?.id && $user?.role !== 'admin') ||
|
disabled={(note?.user_id !== $user?.id && $user?.role !== 'admin') ||
|
||||||
titleGenerating}
|
titleGenerating}
|
||||||
required
|
required
|
||||||
on:input={changeDebounceHandler}
|
|
||||||
on:focus={() => {
|
on:focus={() => {
|
||||||
titleInputFocused = true;
|
titleInputFocused = true;
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user