V2Wizard: fix ReleaseLifecycle component in the Review step
this commit fix https://github.com/RedHatInsights/image-builder-frontend/issues/1615 add the relevant data to release lifeCycle at review step
This commit is contained in:
parent
c80e933c2c
commit
61abf24644
2 changed files with 26 additions and 4 deletions
|
|
@ -107,7 +107,7 @@ export const chartMajorVersionCfg = {
|
|||
},
|
||||
};
|
||||
|
||||
const MajorReleasesLifecyclesChart = () => {
|
||||
export const MajorReleasesLifecyclesChart = () => {
|
||||
return (
|
||||
<Panel>
|
||||
<PanelMain maxHeight="10rem">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue