Skip to content

Commit

Permalink
feat: support for cta labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Young committed Aug 3, 2022
1 parent 37c14f5 commit af9265d
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ describe('formToComponent', () => {
fields: {},
sectionalElements: {},
style: {},
ctaConfig: {
position: 'bottom',
cancel: {
visible: true,
label: 'canc',
},
submit: { visible: true },
clear: { visible: true },
},
ctaConfig: {},
};

expect(myForm).toBeDefined();
Expand Down

0 comments on commit af9265d

Please sign in to comment.