Skip to content

Commit

Permalink
Update EditPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gparlakov authored Jul 4, 2024
1 parent 14797ce commit 971aee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/admin/campaign-applications/EditPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import AdminContainer from 'components/common/navigation/AdminContainer'
import AdminLayout from 'components/common/navigation/AdminLayout'

export default function EditPage() {
const initialValues: CampaignApplicationFormData = {
const initialValues = {
organizer: {
name: '',
phone: '',
email: '',
},
}
} as CampaignApplicationFormData;

return (
<AdminLayout>
Expand Down

0 comments on commit 971aee4

Please sign in to comment.