Skip to content

Commit

Permalink
fix: added neccercary types
Browse files Browse the repository at this point in the history
  • Loading branch information
scar055 authored and Robbert committed May 19, 2024
1 parent f3af68e commit e6d8770
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ const meta = {
title: 'Open Formulieren/Voorbeeld',
component: MultipleFormioComponents,
args: {
components: '',
components: [
{
type: '',
key: '',
label: '',
},
],
},
} satisfies Meta<typeof MultipleFormioComponents>;

Expand Down

0 comments on commit e6d8770

Please sign in to comment.