Skip to content

Commit

Permalink
fix: update form type in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jan 17, 2025
1 parent 47c40fe commit 499e193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/v2-events/features/events/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
*/
import { EventConfig, FormConfig } from '@opencrvs/commons/client'
import { EventConfigInput, FormConfig } from '@opencrvs/commons/client'

export const DEFAULT_FORM = {
label: {
Expand Down Expand Up @@ -262,4 +262,4 @@ export const tennisClubMembershipEvent = {
}
}
]
} satisfies EventConfig
} satisfies EventConfigInput

0 comments on commit 499e193

Please sign in to comment.