Skip to content

Commit

Permalink
fix: create agent popup error
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Jan 9, 2025
1 parent c579eff commit 112e90c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/pages/agents/components/AddAgentPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const PopupContainer: React.FC<Props> = ({ resolve }) => {
label={t('agents.add.prompt')}
rules={[{ required: true }]}
style={{ position: 'relative' }}>
spellCheck={false}
<TextArea placeholder={t('agents.add.prompt.placeholder')} spellCheck={false} rows={10} />
</Form.Item>
<Button
Expand Down

0 comments on commit 112e90c

Please sign in to comment.