Skip to content

Commit

Permalink
Merge branch 'feature/ZKUI-124-select-non-versioning-buckets-on-creat…
Browse files Browse the repository at this point in the history
…eWorkFlow' into q/1.4
  • Loading branch information
bert-e committed Mar 31, 2022
2 parents 7a5a79a + ea03587 commit 800e0b0
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 @@ -186,7 +186,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 800e0b0

Please sign in to comment.