mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 23:59:45 +08:00
fix: create agent popup error
This commit is contained in:
parent
7d393deda7
commit
aa40df2cfd
@ -124,7 +124,6 @@ const PopupContainer: React.FC<Props> = ({ resolve }) => {
|
|||||||
label={t('agents.add.prompt')}
|
label={t('agents.add.prompt')}
|
||||||
rules={[{ required: true }]}
|
rules={[{ required: true }]}
|
||||||
style={{ position: 'relative' }}>
|
style={{ position: 'relative' }}>
|
||||||
spellCheck={false}
|
|
||||||
<TextArea placeholder={t('agents.add.prompt.placeholder')} spellCheck={false} rows={10} />
|
<TextArea placeholder={t('agents.add.prompt.placeholder')} spellCheck={false} rows={10} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user