Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Dec 19, 2024
1 parent e3fdb77 commit 044b3bb
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ import { useElectronApi } from '@/hooks/useElectronApi';
import { useSetup } from '@/hooks/useSetup';
import { useStakingProgram } from '@/hooks/useStakingProgram';

import { commonFieldProps, emailValidateMessages } from '../formUtils';
import {
commonFieldProps,
emailValidateMessages,
requiredRules,
} from '../formUtils';
import { onDummyServiceCreation } from '../utils';
import {
validateGeminiApiKey,
Expand Down Expand Up @@ -240,7 +244,6 @@ export const MemeooorrAgentForm = ({
<Form.Item
name="xEmail"
label="X email"
{...emailRequiredFieldProps}
rules={[{ required: true, type: 'email' }]}
hasFeedback
>
Expand Down

0 comments on commit 044b3bb

Please sign in to comment.