Skip to content

Commit

Permalink
select non versioning bucket on create new expiration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmaaELM committed Mar 31, 2022
1 parent 6de72f9 commit ea03587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/workflow/ExpirationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function ExpirationForm({ bucketList, locations, prefix = '' }: Props) {
>
{options &&
options.map((o, i) => (
<Option key={i} value={o.value} disabled={o.disabled}>
<Option key={i} value={o.value}>
{renderSource(locations)(o)}
</Option>
))}
Expand Down

0 comments on commit ea03587

Please sign in to comment.