mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
💄 style: fix input style
This commit is contained in:
@@ -46,9 +46,10 @@ const Prompt = () => {
|
||||
updateAgentConfig({ systemRole: e });
|
||||
}}
|
||||
onEditingChange={setEditing}
|
||||
showEditWhenEmpty
|
||||
value={systemRole}
|
||||
/>
|
||||
{!editing && (
|
||||
{!editing && !!systemRole && (
|
||||
<Flexbox direction={'horizontal-reverse'}>
|
||||
<Button
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user