Skip to content

Commit

Permalink
fix merge again
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Oct 30, 2023
1 parent f3bf4a0 commit 8b04f65
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/formio/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,13 @@ export type AnyComponentSchema =
| PostcodeComponentSchema
| FileComponentSchema
| NumberComponentSchema
<<<<<<< HEAD
| CheckboxComponentSchema
| SelectboxesComponentSchema
| CurrencyComponentSchema
| RadioComponentSchema
// special types
| IbanComponentSchema
| LicensePlateComponentSchema
=======
| CheckboxComponentSchema
| SelectboxesComponentSchema
| RadioComponentSchema
>>>>>>> dab8ef2 ( [#2] Apply feedback and add `radio` component)
// layout
| ContentComponentSchema;

Expand Down

0 comments on commit 8b04f65

Please sign in to comment.