Skip to content

Commit

Permalink
fix: label typo in CommonModal
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <andy.lee@suse.com>
  • Loading branch information
a110605 authored and derekbit committed Sep 16, 2024
1 parent fcd377e commit e3226d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/volume/components/CommonModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const modal = ({
initialValue,
})(<Select>
{ options?.map((item) => {
return <Option key={item.value} value={item.value}>{item.lable}</Option>
return <Option key={item.value} value={item.value}>{item.label}</Option>
}) }
</Select>)}
</FormItem>
Expand Down

0 comments on commit e3226d8

Please sign in to comment.