Skip to content

Commit

Permalink
feat: buyers page optional data (#52)
Browse files Browse the repository at this point in the history
* feat: make offsetMethods in ecologicalCreditCard optional

* feat: add secondary button in ecologicalCreditCard
  • Loading branch information
flagrede authored Dec 7, 2023
1 parent b4c73cf commit c7c2659
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schemas/documents/shared/ecologicalCreditCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default {
to: [{ type: 'offsetMethod' }],
},
],
validation: Rule => Rule.required().min(1),
},
{
title: 'Project Activities',
Expand All @@ -68,5 +67,10 @@ export default {
name: 'button',
type: 'button',
},
{
title: 'Secondary Button',
name: 'secondaryButton',
type: 'button',
},
],
};

0 comments on commit c7c2659

Please sign in to comment.