click prompt to open settings
This commit is contained in:
@@ -846,7 +846,10 @@ export default function ChatBOX(props: {
|
|||||||
{chatStore.systemMessageContent.trim() && (
|
{chatStore.systemMessageContent.trim() && (
|
||||||
<div class="chat chat-start">
|
<div class="chat chat-start">
|
||||||
<div class="chat-header">Prompt</div>
|
<div class="chat-header">Prompt</div>
|
||||||
<div class="chat-bubble chat-bubble-accent">
|
<div
|
||||||
|
class="chat-bubble chat-bubble-accent cursor-pointer"
|
||||||
|
onClick={() => setShowSettings(true)}
|
||||||
|
>
|
||||||
{chatStore.systemMessageContent}
|
{chatStore.systemMessageContent}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user