Skip to content

Commit

Permalink
chore: remove recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Sep 24, 2024
1 parent 35045d8 commit c57c3be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export const ExpirationStep = () => {
name="type"
label="Should your voucher expire?"
items={[
{ label: "Gradually (recommended)", value: "gradual" },
{ label: "None (Not recommended)", value: "none" },
{ label: "Gradually", value: "gradual" },
{ label: "None", value: "none" },
]}
disabled={false}
/>
Expand Down

0 comments on commit c57c3be

Please sign in to comment.