Skip to content

Commit

Permalink
fix: test -d
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Sep 22, 2024
1 parent 0ab2ba0 commit f440925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @fiction/cards/profile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const options: InputOption[] = [
new InputOption({ key: 'superTitle', input: 'InputText' }),
new InputOption({ key: 'content', input: 'InputProse' }),
new InputOption({ key: 'detailsTitle', input: 'InputText' }),
new InputOption({ key: 'mediaItems', input: 'InputList', props: { itemName: 'Profile Detail' }, options: [
new InputOption({ key: 'details', input: 'InputList', props: { itemName: 'Profile Detail' }, options: [
new InputOption({ key: 'name', input: 'InputText' }),
new InputOption({ key: 'desc', input: 'InputText' }),
new InputOption({ key: 'icon', input: 'InputIcon' }),
Expand Down

0 comments on commit f440925

Please sign in to comment.